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 e46f294 commit 8309694Copy full SHA for 8309694
.github/workflows/update-docker-build-image.yaml
@@ -19,7 +19,7 @@ jobs:
19
pull-requests: write # Required to create a pull request
20
steps:
21
- name: Checkout the repository
22
- uses: actions/checkout@v2
+ uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
23
- name: Download ghcommit CLI
24
run: |
25
curl https://github.com/planetscale/ghcommit/releases/download/v0.1.48/ghcommit_linux_amd64 -o /usr/local/bin/ghcommit -L
0 commit comments