We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa13370 + 7a3372f commit f2e9744Copy full SHA for f2e9744
.github/workflows/codeql-analysis.yml
@@ -9,6 +9,9 @@ on:
9
schedule:
10
- cron: '22 1 * * 2'
11
12
+permissions:
13
+ contents: read
14
+
15
jobs:
16
analyze:
17
name: Analyze
.github/workflows/stale-action.yml
@@ -3,8 +3,14 @@ on:
3
4
- cron: "0 0 * * *"
5
6
7
8
stale:
+ permissions:
+ issues: write # for actions/stale to close stale issues
+ pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
0 commit comments