File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 name : Code analysis...
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1616 - name : Set up JDK 11
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository...
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL...
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636
3737 # Workaround: https://github.com/docker/build-push-action/issues/461
3838 - name : Setup Docker buildx
Original file line number Diff line number Diff line change 2020 build :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - name : Set up JDK 11
2525 uses : actions/setup-java@v3
2626 with :
3434 needs : build
3535
3636 steps :
37- - uses : actions/checkout@v3 # Checkout the source
37+ - uses : actions/checkout@v4 # Checkout the source
3838 - name : Login to DockerHub...
3939 run : |
4040 echo ${{ secrets.DOCKERHUB_PASSWORD }} | \
You can’t perform that action at this time.
0 commit comments