Skip to content

Commit 0fd42d7

Browse files
authored
Merge pull request #17 from step-security-bot/chore/GHA-150751-stepsecurity-remediation
[StepSecurity] ci: Harden GitHub Actions
2 parents a8f4274 + c448fe6 commit 0fd42d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

install/ampel/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
fi
6666
shell: bash
6767

68-
- uses: step-security/carabiner-dev-actions/install/download-and-verify@main
68+
- uses: step-security/carabiner-dev-actions/install/download-and-verify@a8f42741cb08eaf075df9480b083b229b6927162 # main
6969
with:
7070
tool: ampel
7171
version: ${{ inputs.version }}

install/bnd/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
fi
6666
shell: bash
6767

68-
- uses: step-security/carabiner-dev-actions/install/download-and-verify@main
68+
- uses: step-security/carabiner-dev-actions/install/download-and-verify@a8f42741cb08eaf075df9480b083b229b6927162 # main
6969
with:
7070
tool: bnd
7171
version: ${{ inputs.version }}

install/download-and-verify/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ runs:
118118

119119
- name: Bootstrap trusted ampel
120120
if: inputs.verify == 'true'
121-
uses: step-security/carabiner-dev-actions/install/ampel-bootstrap@main
121+
uses: step-security/carabiner-dev-actions/install/ampel-bootstrap@a8f42741cb08eaf075df9480b083b229b6927162 # main
122122
id: bootstrap
123123

124124
- name: Detect platform

0 commit comments

Comments
 (0)