diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index af67c50..8a93d41 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@v5.0.1 # 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..203b723 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@v5.0.1 with: fetch-depth: 1 diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 2b7b7ba..7d7fc30 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@v5.0.1 with: ref: ${{ github.event.pull_request.head.sha != '' && github.event.pull_request.head.sha || github.ref }} submodules: 'true'