File tree Expand file tree Collapse file tree
template/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments