File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 uses : actions/checkout@v7
3535
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@v4
37+ uses : github/codeql-action/init@v4.37.4
3838 with :
3939 languages : ${{ matrix.language }}
4040 build-mode : ${{ matrix.build-mode }}
4141
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@v4
43+ uses : github/codeql-action/analyze@v4.37.4
4444 with :
4545 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v7
2222
2323 - name : Set up OpenJDK ${{ env.JAVA_VERSION }}
24- uses : actions/setup-java@v5.6 .0
24+ uses : actions/setup-java@v6.0 .0
2525 with :
2626 java-version : ${{ env.JAVA_VERSION }}
2727 distribution : " temurin"
8080 echo "✅ Tag: v$SEMVER - $CLUB"
8181
8282 - name : Log in to GitHub Container Registry
83- uses : docker/login-action@v4.5.1
83+ uses : docker/login-action@v4.6.0
8484 with :
8585 registry : ghcr.io
8686 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v7
2323
2424 - name : Set up OpenJDK ${{ env.JAVA_VERSION }}
25- uses : actions/setup-java@v5.6 .0
25+ uses : actions/setup-java@v6.0 .0
2626 with :
2727 java-version : ${{ env.JAVA_VERSION }}
2828 distribution : " temurin"
You can’t perform that action at this time.
0 commit comments