diff --git a/.github/actions/resolve-versions/action.yml b/.github/actions/resolve-versions/action.yml index 91362548..d400502f 100644 --- a/.github/actions/resolve-versions/action.yml +++ b/.github/actions/resolve-versions/action.yml @@ -25,7 +25,7 @@ runs: # https://github.com/marketplace/actions/github-script - name: Resolve the current version from the manifest file. id: current-version - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: github-token: ${{ inputs.github-token }} result-encoding: string @@ -47,7 +47,7 @@ runs: # https://github.com/marketplace/actions/github-script - name: Get current version and create new version id: new-version - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 env: CURRENT_VERSION: ${{ steps.current-version.outputs.result }} with: diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index f5274ffe..10d64ba0 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -14,7 +14,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3b29fde5..c9c81ce2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -22,10 +22,10 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 # https://github.com/marketplace/actions/actionlint-with-reviewdog - - uses: reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2 + - uses: reviewdog/action-actionlint@50842263c20a7c46bd0065b9e624d3c569db061e # v1.73.0 with: fail_on_error: true filter_mode: nofilter diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0c70493b..a8549b14 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,6 @@ jobs: steps: # https://github.com/marketplace/actions/label-manager-for-prs-and-issues-based-on-configurable-conditions - name: Label manager for PRs and Issues based on configurable conditions - uses: srvaroa/labeler@0a20eccb8c94a1ee0bed5f16859aece1c45c3e55 # v1.13.0 + uses: srvaroa/labeler@bf262763a8a8e191f5847873aecc0f29df84f957 # v1.14.0 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 1533fff8..cf5593b8 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -18,7 +18,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 # https://github.com/marketplace/actions/github-labeler - name: Run Labeler diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 149c3e85..a8451f78 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -31,11 +31,11 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} @@ -50,7 +50,7 @@ jobs: # https://github.com/marketplace/actions/github-script - name: Generate release notes id: generate_notes - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: github-token: ${{ steps.app-token.outputs.token }} result-encoding: string @@ -65,7 +65,7 @@ jobs: # https://github.com/marketplace/actions/github-script - name: Existing branch id: existing-branch - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: github-token: ${{ steps.app-token.outputs.token }} result-encoding: json @@ -87,7 +87,7 @@ jobs: - name: Create pull request if: ${{ steps.existing-branch.outputs.result == 'null' }} id: create_pr - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: github-token: ${{ steps.app-token.outputs.token }} script: | @@ -151,7 +151,7 @@ jobs: - name: Update pull request if: ${{ steps.existing-branch.outputs.result != 'null' }} id: update-pr - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: github-token: ${{ steps.app-token.outputs.token }} script: | @@ -230,11 +230,11 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} @@ -249,7 +249,7 @@ jobs: # https://github.com/marketplace/actions/github-script - name: Create release id: create-release - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: github-token: ${{ steps.app-token.outputs.token }} result-encoding: string @@ -265,7 +265,7 @@ jobs: # https://github.com/marketplace/actions/github-script - name: Comment on PR - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: github-token: ${{ steps.app-token.outputs.token }} script: | diff --git a/.github/workflows/wc-changed.yml b/.github/workflows/wc-changed.yml index 03238eef..b0c09e1c 100644 --- a/.github/workflows/wc-changed.yml +++ b/.github/workflows/wc-changed.yml @@ -21,11 +21,11 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 # https://github.com/marketplace/actions/paths-changes-filter - name: Paths Changes Filter - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 + uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3 id: changes with: filters: | diff --git a/.github/workflows/wc-deploy-cloudflare-pages.yml b/.github/workflows/wc-deploy-cloudflare-pages.yml index da9b97b1..0694d1cc 100644 --- a/.github/workflows/wc-deploy-cloudflare-pages.yml +++ b/.github/workflows/wc-deploy-cloudflare-pages.yml @@ -34,11 +34,11 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 + uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4 - name: Install deps run: bun install --frozen-lockfile @@ -48,7 +48,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 id: app-token with: app-id: ${{ inputs.gh-app-id }} @@ -56,7 +56,7 @@ jobs: # https://github.com/marketplace/actions/cloudflare-pages-github-action - name: Publish to Cloudflare Pages - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3.14.1 + uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3.15.0 id: cloudflare-pages with: apiToken: ${{ secrets.cloudflare-api-token }}