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.
1 parent 69a1b17 commit dcf8f3cCopy full SHA for dcf8f3c
.github/workflows/validate-owasp-metadata.yaml
@@ -8,6 +8,9 @@ on:
8
paths:
9
- '*.owasp.yaml'
10
11
+permissions:
12
+ contents: read
13
+
14
concurrency:
15
cancel-in-progress: true
16
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
@@ -21,8 +24,4 @@ jobs:
21
24
uses: actions/checkout@v5
22
25
23
26
- name: Validate metadata file
- # We want to use the latest version of the action which lives in the
- # `owasp/nest-schema` repository subdirectory and doesn't have a separate release process.
- # This approach simplifies the workflow support however
27
- # you can change it to use a specific SHA version if needed.
28
- uses: owasp/nest-schema/.github/actions/validate@v0 # NOSONAR
+ uses: owasp/nest-schema/.github/actions/validate@2ce57bd63b3d0a2eed24017891d014c7b8bc15fd
0 commit comments