We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67bc82 commit cd98152Copy full SHA for cd98152
.github/workflows/build-benv-multiarch.yaml
@@ -19,7 +19,7 @@ jobs:
19
short-sha: ${{ steps.s.outputs.s }}
20
steps:
21
- name: Checkout code
22
- uses: actions/checkout@v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23
- name: Get short SHA
24
id: s
25
run: echo "s=$(git rev-parse --short=7 ${{ github.sha }})" >> "$GITHUB_OUTPUT"
0 commit comments