We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d391dd commit f9b920dCopy full SHA for f9b920d
.github/workflows/docker-pr-build-and-push.yml
@@ -25,7 +25,7 @@ jobs:
25
run: echo "PR_NUMBER=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")" >> $GITHUB_ENV
26
27
- name: Checkout
28
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
29
30
- name: Build container
31
run: |
0 commit comments