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 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v4
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2020 with :
2121 username : ${{ secrets.DOCKER_USERNAME }}
2222 password : ${{ secrets.DOCKER_PASSWORD }}
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v4
2424 -
2525 name : Build and push logproxy-filter-drop
2626 uses : docker/build-push-action@v2
Original file line number Diff line number Diff line change 3030 password : ${{ secrets.HSDP_DOCKER_PASSWORD }}
3131 -
3232 name : Checkout repository
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v4
3434 with :
3535 # We must fetch at least the immediate parents so that if this is
3636 # a pull request then we can checkout the head.
You can’t perform that action at this time.
0 commit comments