diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index da65930..db376d1 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@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/github-default-actions.yml b/.github/workflows/github-default-actions.yml index 2223ecb..eb6afab 100644 --- a/.github/workflows/github-default-actions.yml +++ b/.github/workflows/github-default-actions.yml @@ -5,7 +5,7 @@ jobs: name: "Build and test" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: "Cache Maven repository" uses: actions/cache@v5.0.5 with: