Skip to content

Commit 2b1b700

Browse files
chore: update actions/checkout digest to 3d3c42e
1 parent 0f24bf7 commit 2b1b700

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
29+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
51+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
75+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
29+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
58+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5959
with:
6060
persist-credentials: false
6161
- name: Set up Go

0 commit comments

Comments
 (0)