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 2929 go-version : ${{ matrix.go-version }}
3030
3131 - name : Checkout code
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333
3434 # cache go modules
3535 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 1919 egress-policy : audit
2020
2121 - name : Checkout
22- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
22+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 1919 IMAGE_NAME : ${{ github.repository }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
22+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .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@v5
15+ - uses : actions/checkout@v6
1616
1717 - uses : returntocorp/semgrep-action@v1
1818 with :
You can’t perform that action at this time.
0 commit comments