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 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2323 packages : write
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 # Login against a Docker registry except on PR
2828 # https://github.com/docker/login-action
2929 - name : Log into registry ${{ env.REGISTRY }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : install snyk
1919 run : npm install -g snyk
You can’t perform that action at this time.
0 commit comments