diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index cf699ad..7ed02b4 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -29,7 +29,7 @@ jobs: # Checkout the repository. - name: Checkout id: checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 # Setup Node.js using the version specified in `.node-version`. - name: Setup Node.js diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1406f69..5d11704 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Setup Node.js id: setup-node @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Setup Docker BuildX id: setup-buildx @@ -93,7 +93,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Test Default Inputs id: test-default diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 419631d..dc2eb2d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index fef195e..09255f7 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1 + uses: actions/checkout@e8d4307400f9427dba7cb98e488d6ab85f1cec5f # v6.0.1 - name: Set up QEMU uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index ba50bbb..75aa392 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d9f84dd..12d0e49 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -27,7 +27,7 @@ jobs: # Checkout the repository. - name: Checkout id: checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/update-schemas.yml b/.github/workflows/update-schemas.yml index 1ee2789..37161ff 100644 --- a/.github/workflows/update-schemas.yml +++ b/.github/workflows/update-schemas.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup Node.js uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0