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 d70aba0Copy full SHA for d70aba0
.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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
29
30
- name: Build container
31
run: |
0 commit comments