File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 steps :
1515 - name : Build Fuzzers
1616 id : build
17- uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
17+ uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@95357244dd046184828bfaec7f80b0881a284d80 # master (2026-02-20)
1818 with :
1919 oss-fuzz-project-name : ' jackson-core'
2020 dry-run : false
2121 language : jvm
2222 - name : Run Fuzzers
23- uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
23+ uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@95357244dd046184828bfaec7f80b0881a284d80 # master (2026-02-20)
2424 with :
2525 oss-fuzz-project-name : ' jackson-core'
2626 fuzz-seconds : 1200
Original file line number Diff line number Diff line change 1414 if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1515 steps :
1616 - name : Download comment artifact
17- uses : actions/download-artifact@v7
17+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
1818 with :
1919 name : pr-comment
2020 path : pr-comment/
Original file line number Diff line number Diff line change 7878 actions : read # To read the workflow path.
7979 id-token : write # To sign the provenance.
8080 contents : write # To add assets to a release.
81- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
81+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a # v2.1.0
8282 with :
8383 base64-subjects : " ${{ needs.release.outputs.hash }}"
8484 provenance-name : " ${{ needs.release.outputs.artifact_name }}.jar.intoto.jsonl"
You can’t perform that action at this time.
0 commit comments