diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c6a683e6..84a0cd75 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.0.3 + uses: actions/checkout@v7.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 4f2a6ad1..3bdcb569 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.1 - name: Log in to the Container registry uses: docker/login-action@v4.4.0 diff --git a/.github/workflows/nodejs-pr.yaml b/.github/workflows/nodejs-pr.yaml index ab9e02b3..88df6e3b 100644 --- a/.github/workflows/nodejs-pr.yaml +++ b/.github/workflows/nodejs-pr.yaml @@ -13,7 +13,7 @@ jobs: matrix: node-version: [22.x] steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6.5.0 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 56e026da..e1ac6ad2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.1 - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow