From f641deb54cd6e7ad24cc8bc85be79ad591b8c34a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 06:17:02 +0000 Subject: [PATCH] chore(deps): update all non-major github actions with stable version --- .github/actions/setup-pnpm-with-dependencies/action.yaml | 4 ++-- .github/workflows/cleanup-preview-packages.yaml | 2 +- .github/workflows/commitlint.yaml | 4 ++-- .github/workflows/github-pages.yaml | 4 ++-- .github/workflows/pr-closed.yaml | 4 ++-- .github/workflows/publish.yaml | 6 +++--- .github/workflows/test.yaml | 8 ++++---- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/actions/setup-pnpm-with-dependencies/action.yaml b/.github/actions/setup-pnpm-with-dependencies/action.yaml index 73c254b7..c4540bfb 100644 --- a/.github/actions/setup-pnpm-with-dependencies/action.yaml +++ b/.github/actions/setup-pnpm-with-dependencies/action.yaml @@ -37,7 +37,7 @@ runs: echo "package-manager-version=${packageManagerVersion}">> $GITHUB_OUTPUT - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: ${{ steps.node-version.outputs.node-version }} @@ -49,7 +49,7 @@ runs: - name: Dependency Cache id: dependency-cache - uses: actions/cache@v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: '**/node_modules' key: ${{ steps.node-version.outputs.package-manager-version }}-${{ steps.node-version.outputs.node-version }}-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/.github/workflows/cleanup-preview-packages.yaml b/.github/workflows/cleanup-preview-packages.yaml index 84144527..3f08b5ba 100644 --- a/.github/workflows/cleanup-preview-packages.yaml +++ b/.github/workflows/cleanup-preview-packages.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Source Code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Prepare cleanup id: prepare diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 96f8419f..2272a7eb 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -8,7 +8,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 @@ -16,6 +16,6 @@ jobs: - name: Remove tsconfig run: rm tsconfig.json - - uses: wagoid/commitlint-github-action@v6.1.2 + - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1 with: configFile: commitlint.config.ts diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index 2c2850c7..7b1f715a 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -31,10 +31,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/pr-closed.yaml b/.github/workflows/pr-closed.yaml index 63ed279b..19e319f2 100644 --- a/.github/workflows/pr-closed.yaml +++ b/.github/workflows/pr-closed.yaml @@ -11,10 +11,10 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN_PUBLIC_PUBLISH }} steps: - name: Checkout Source Code - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Remove preview consumption comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 with: header: pr_preview_consumption delete: true diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 158ca3c7..4508c9c9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 token: ${{ secrets.KONGPONENTS_BOT_PAT }} @@ -36,7 +36,7 @@ jobs: run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version-file: '.nvmrc' @@ -62,7 +62,7 @@ jobs: run: pnpm test -- --update - name: Semantic Release - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@b1b432f13acb7768e0c8efdec416d363a57546f2 # v4.1.1 env: # Since branch protections are on (pushing commits) you need to use a bot PAT GITHUB_TOKEN: ${{ secrets.KONGPONENTS_BOT_PAT }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 44c09f6d..58af6770 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,19 +29,19 @@ jobs: steps: - name: Remove preview consumption comment if: ${{ github.event_name == 'pull_request' && env.GITHUB_TOKEN != '' }} - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 with: header: pr_preview_consumption delete: true GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version-file: '.nvmrc' @@ -100,7 +100,7 @@ jobs: - name: Provide preview link info if: ${{ steps.package-preview.outputs.npm_instructions != '' && env.GITHUB_TOKEN != '' }} - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 with: header: pr_preview_consumption message: |