diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1418c01c..819b6d2e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,7 +35,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: 'java' # If you wish to specify custom queries, you can do so here or in a config file. @@ -49,7 +49,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -62,4 +62,4 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 8f699025..72a8d8a4 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -53,7 +53,7 @@ jobs: echo "$HEAD_SHA" > .pr-meta/head_sha - name: Upload build artifacts for Sonar if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: sonar-build path: | @@ -65,7 +65,7 @@ jobs: if-no-files-found: error - name: Upload PR metadata if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: pr-meta path: .pr-meta/ diff --git a/.github/workflows/sonar-pr-analysis.yml b/.github/workflows/sonar-pr-analysis.yml index 768943e5..d137ce03 100644 --- a/.github/workflows/sonar-pr-analysis.yml +++ b/.github/workflows/sonar-pr-analysis.yml @@ -17,7 +17,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: Download PR metadata - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: pr-meta path: .pr-meta @@ -36,7 +36,7 @@ jobs: ref: ${{ steps.pr-meta.outputs.head_sha }} fetch-depth: 0 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: sonar-build path: .