diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index e539c39..1a108d3 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -17,7 +17,7 @@ jobs: images: ${{ steps.set-matrix.outputs.images }} steps: - name: Check out the source code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Set matrix id: set-matrix @@ -30,7 +30,7 @@ jobs: images: ${{ steps.set-matrix.outputs.images }} steps: - name: Check out the source code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Set matrix id: set-matrix @@ -49,7 +49,7 @@ jobs: image: ${{ fromJson(needs.prepare-base.outputs.images) }} steps: - name: Check out the repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -154,7 +154,7 @@ jobs: packages: write steps: - name: Check out the repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -199,7 +199,7 @@ jobs: packages: write steps: - name: Check out the repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -252,7 +252,7 @@ jobs: image: ${{ fromJson(needs.prepare-others.outputs.images) }} steps: - name: Check out the repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78af502..ae3f1c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: images: ${{ steps.set-matrix.outputs.images }} steps: - name: Check out the repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Set matrix id: set-matrix @@ -31,7 +31,7 @@ jobs: images: ${{ steps.set-matrix.outputs.images }} steps: - name: Check out the source code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Set matrix id: set-matrix @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -104,7 +104,7 @@ jobs: image: ${{ fromJson(needs.prepare-others.outputs.images) }} steps: - name: Check out the repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4d62989..3ebcc9a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: build-mode: none steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/features-auto.yml b/.github/workflows/features-auto.yml index b08dd61..faa35b4 100644 --- a/.github/workflows/features-auto.yml +++ b/.github/workflows/features-auto.yml @@ -54,7 +54,7 @@ jobs: baseImage: mcr.microsoft.com/devcontainers/base:alpine steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Install @devcontainers/cli run: npm install -g @devcontainers/cli diff --git a/.github/workflows/features-global.yml b/.github/workflows/features-global.yml index 2ed50d6..2719cad 100644 --- a/.github/workflows/features-global.yml +++ b/.github/workflows/features-global.yml @@ -32,7 +32,7 @@ jobs: - php84-ubuntu-base steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Install @devcontainers/cli run: npm install -g @devcontainers/cli diff --git a/.github/workflows/features-scenarios.yml b/.github/workflows/features-scenarios.yml index 34591ee..6b4e7ea 100644 --- a/.github/workflows/features-scenarios.yml +++ b/.github/workflows/features-scenarios.yml @@ -58,7 +58,7 @@ jobs: - feature: wptl steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Install @devcontainers/cli run: npm install -g @devcontainers/cli diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index a803fb4..c277669 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Generate documentation uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3 diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index f79916a..f40dc88 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the source code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index b87ff57..f2aedd9 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out source code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Add error matcher run: echo "::add-matcher::$(pwd)/.github/problem-matcher-gcc.json" diff --git a/.github/workflows/ubuntu-cross.yml b/.github/workflows/ubuntu-cross.yml index 6ad1ac7..672afe1 100644 --- a/.github/workflows/ubuntu-cross.yml +++ b/.github/workflows/ubuntu-cross.yml @@ -27,7 +27,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c6ba9cd..0650292 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Validate devcontainer-feature.json files uses: devcontainers/action@1082abd5d2bf3a11abccba70eef98df068277772 # v1.4.3