diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 39c8340..c6b1148 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@v4.1.7 + uses: actions/checkout@v4.2.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 4f44028..e14ea1f 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Log in to the Container registry uses: docker/login-action@v3.3.0 diff --git a/.github/workflows/nodejs-pr.yaml b/.github/workflows/nodejs-pr.yaml index 3bb5816..e5c3907 100644 --- a/.github/workflows/nodejs-pr.yaml +++ b/.github/workflows/nodejs-pr.yaml @@ -13,7 +13,7 @@ jobs: matrix: node-version: [18.x] steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4.0.4 with: diff --git a/.github/workflows/prettier.yaml b/.github/workflows/prettier.yaml index 7a09ea6..eb889e2 100644 --- a/.github/workflows/prettier.yaml +++ b/.github/workflows/prettier.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7c95c0..b72f54b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow