We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a98643 commit 86aefd7Copy full SHA for 86aefd7
.github/workflows/pr_build.yml
@@ -19,7 +19,7 @@ jobs:
19
OS_PUBLIC_KEY2: /tmp/os2.pub
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
23
- name: Install tools
24
run: |
25
wget -q https://github.com/usbarmory/tamago-go/releases/download/tamago-go${TAMAGO_VERSION}/tamago-go${TAMAGO_VERSION}.linux-amd64.tar.gz
.github/workflows/scorecard.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
- name: "Checkout code"
35
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
36
with:
37
persist-credentials: false
38
0 commit comments