Skip to content

Commit a4c7cda

Browse files
authored
Merge pull request #10 from step-security/fix/pin2
fix: actions pinned to latest release
2 parents a7f7760 + 9a01804 commit a4c7cda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ampel/verify/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ runs:
106106
fi
107107
shell: bash
108108

109-
- uses: step-security/carabiner-dev-actions/install/ampel@d212b16e1c4c8e3a30c5b2fb93a38f412476aaf9 # main
109+
- uses: step-security/carabiner-dev-actions/install/ampel@a7f7760ddaf7b711216af996d139d4f63c1eb248 # v1.1.6
110110
name: 🔴🟡🟢 AMPEL Setup
111111
id: install
112112

@@ -174,7 +174,7 @@ runs:
174174
175175
- if: ${{ steps.attest-check.outputs.attest == 'true' }}
176176
name: Setup bnd
177-
uses: step-security/carabiner-dev-actions/install/bnd@d212b16e1c4c8e3a30c5b2fb93a38f412476aaf9 # main
177+
uses: step-security/carabiner-dev-actions/install/bnd@a7f7760ddaf7b711216af996d139d4f63c1eb248 # v1.1.6
178178

179179
- if: ${{ steps.attest-check.outputs.attest == 'true' }}
180180
name: sign-ampel-results

0 commit comments

Comments
 (0)