Skip to content

Commit 0e3c2f8

Browse files
chore: update actions/checkout digest to df4cb1c (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79d561d commit 0e3c2f8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
egress-policy: audit
2828
- name: Checkout repository
29-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3030
with:
3131
persist-credentials: false
3232
- name: Review code
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
egress-policy: audit
5050
- name: Checkout repository
51-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
51+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5252
with:
5353
persist-credentials: false
5454
- name: Set up Go
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
egress-policy: audit
7474
- name: Checkout repository
75-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
75+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
7676
with:
7777
persist-credentials: false
7878
fetch-depth: 0

.github/workflows/security.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
egress-policy: audit
2828
- name: Checkout repository
29-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3030
with:
3131
persist-credentials: false
3232
- name: Run Trivy vulnerability scanner in repo mode
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
egress-policy: audit
5757
- name: Checkout repository
58-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
58+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5959
with:
6060
persist-credentials: false
6161
- name: Set up Go

0 commit comments

Comments
 (0)