File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 go-version : ${{ matrix.go-version }}
3030
3131 - name : Checkout code
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333
3434 # cache go modules
3535 - uses : actions/cache@v3
Original file line number Diff line number Diff line change 1919 IMAGE_NAME : ${{ github.repository }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
22+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
2323 with :
2424 fetch-depth : 0
2525 - name : Git Fetch
Original file line number Diff line number Diff line change 1212 if : (github.actor != 'dependabot[bot]')
1313 steps :
1414 # Fetch project source
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616
1717 - uses : returntocorp/semgrep-action@v1
1818 with :
You can’t perform that action at this time.
0 commit comments