diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8dba4a64d8..43f61fba45 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,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/docker-publish.yml b/.github/workflows/docker-publish.yml index 221d55ee1d..5c1628df08 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -26,7 +26,7 @@ jobs: PACKAGE_VERSION=$(echo $PACKAGE_VERSION | sed s/^v//) echo "::set-output name=version::$PACKAGE_VERSION" - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true ref: ${{github.event.inputs.tag || ''}} diff --git a/.github/workflows/update-lock-file.yml b/.github/workflows/update-lock-file.yml index da5d59e400..1b6fe036ea 100644 --- a/.github/workflows/update-lock-file.yml +++ b/.github/workflows/update-lock-file.yml @@ -21,7 +21,7 @@ jobs: uses: dependabot/fetch-metadata@v2.4.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 if: ${{ github.actor == 'dependabot[bot]' && steps.metadata.outputs.package-ecosystem == 'nuget' || github.event.action == 'labeled' }} with: ref: ${{ github.head_ref }}