Skip to content

Commit ee9dc0f

Browse files
committed
More GH action version pinning
1 parent 8b25fd6 commit ee9dc0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cifuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/coverage-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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"

0 commit comments

Comments
 (0)