File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
go-version : ${{ matrix.go-version }}
30
30
31
31
- name : Checkout code
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
34
34
# cache go modules
35
35
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 19
19
egress-policy : audit
20
20
21
21
- name : Checkout
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23
23
with :
24
24
fetch-depth : 0
25
25
Original file line number Diff line number Diff line change 19
19
IMAGE_NAME : ${{ github.repository }}
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23
23
with :
24
24
fetch-depth : 0
25
25
- name : Git Fetch
Original file line number Diff line number Diff line change 12
12
if : (github.actor != 'dependabot[bot]')
13
13
steps :
14
14
# Fetch project source
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
17
17
- uses : returntocorp/semgrep-action@v1
18
18
with :
You can’t perform that action at this time.
0 commit comments