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 a73ae3d + 1fe8e08 commit 39ffa00Copy full SHA for 39ffa00
.github/workflows/govulncheck.yml
@@ -8,6 +8,9 @@ on:
8
env:
9
GO_VERSION: "^1.21"
10
11
+permissions:
12
+ contents: read
13
+
14
jobs:
15
ci-security-checks:
16
runs-on: ubuntu-latest
.github/workflows/semantic.yml
@@ -7,8 +7,14 @@ on:
7
- edited
- synchronize
main:
+ permissions:
+ pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
17
+ statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
18
name: Validate PR title for semantic commit message
19
20
steps:
0 commit comments