Skip to content

Commit fa192be

Browse files
committed
chore: pin slsa action
1 parent a0fd6b5 commit fa192be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

template/.github/workflows/build.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
packages: write # needed until https://github.com/slsa-framework/slsa-github-generator/issues/1257 is resolved
255255
# MUST be referenced by a @vX.Y.Z tag (not a SHA), otherwise the reusable
256256
# workflow cannot verify its own provenance.
257-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
257+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a # v2.1.0
258258
with:
259259
# The 'env' context is not available in job-level 'with' inputs of
260260
# reusable workflow calls (unlike step-level 'with'), so OPERATOR_NAME
@@ -281,7 +281,7 @@ jobs:
281281
packages: write # needed until https://github.com/slsa-framework/slsa-github-generator/issues/1257 is resolved
282282
# MUST be referenced by a @vX.Y.Z tag (not a SHA), otherwise the reusable
283283
# workflow cannot verify its own provenance.
284-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
284+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a # v2.1.0
285285
with:
286286
# The 'env' context is not available in job-level 'with' inputs of
287287
# reusable workflow calls (unlike step-level 'with'), so OPERATOR_NAME

0 commit comments

Comments
 (0)