diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index af67c50..6fc4dae 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index db252f3..6643671 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -48,7 +48,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} continue-on-error: true steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.0 with: fetch-depth: 1 diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 2b7b7ba..70aeaa0 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -127,7 +127,7 @@ jobs: msg: ${{ github.ref }} - name: Checkout ${{ steps.split.outputs._2 }} - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.0 with: ref: ${{ github.event.pull_request.head.sha != '' && github.event.pull_request.head.sha || github.ref }} submodules: 'true'