File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626
2727 # Initializes the CodeQL tools for scanning.
2828 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 99 name : gitleaks
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
1515
Original file line number Diff line number Diff line change 1515 contents : read
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - uses : anchore/scan-action@v3
2020 with :
2121 path : " ."
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515
1616 - name : Install Go
1717 uses : actions/setup-go@v4
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333
3434 - name : Install Go
3535 uses : actions/setup-go@v4
You can’t perform that action at this time.
0 commit comments