diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dabf56f..da6cc7e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/linux-jdks-with-current-maven-ci.yml b/.github/workflows/linux-jdks-with-current-maven-ci.yml index f8c330f..ba1bf85 100644 --- a/.github/workflows/linux-jdks-with-current-maven-ci.yml +++ b/.github/workflows/linux-jdks-with-current-maven-ci.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest container: "maven:${{ matrix.platform }}" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: 'Build' run: mvn -B -V clean verify --fail-at-end