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 0f44140 commit 732def4Copy full SHA for 732def4
.github/workflows/add-runtime-custom-property.yml
@@ -9,7 +9,7 @@ jobs:
9
run:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13
with:
14
repository: ${{ secrets.RUNTIME_REPOSITORY }}
15
token: ${{ secrets.RUNTIME_REPO_READ_TOKEN }}
.github/workflows/security-action.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
19
20
21
fetch-depth: 0
22
- uses: brave/security-action/actions/main@main
0 commit comments