diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb9cab4..dfc5667 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: ${{ steps.bot-token.outputs.token }} diff --git a/.github/workflows/detect-agent-backfill.yml b/.github/workflows/detect-agent-backfill.yml index f54b4f3..960af60 100644 --- a/.github/workflows/detect-agent-backfill.yml +++ b/.github/workflows/detect-agent-backfill.yml @@ -27,7 +27,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: "bombshell-dev/automation" ref: "main" diff --git a/.github/workflows/detect-agent.yml b/.github/workflows/detect-agent.yml index 21b3a34..5610665 100644 --- a/.github/workflows/detect-agent.yml +++ b/.github/workflows/detect-agent.yml @@ -79,7 +79,7 @@ jobs: - name: Checkout if: steps.cache.outputs.cache-hit != 'true' && steps.bypass.outputs.is_bot != 'true' && steps.bypass.outputs.skip != 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: "bombshell-dev/automation" ref: "main" diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 43d989a..703d72d 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -34,7 +34,7 @@ jobs: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.head_ref }} token: ${{ steps.bot-token.outputs.token }} diff --git a/.github/workflows/mergebot.yml b/.github/workflows/mergebot.yml index 5bf6651..118161b 100644 --- a/.github/workflows/mergebot.yml +++ b/.github/workflows/mergebot.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: "bombshell-dev/automation" ref: "main" diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 803de50..343f802 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -25,7 +25,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup PNPM uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fddcff2..39a6fa3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup PNPM uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 @@ -67,7 +67,7 @@ jobs: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.head_ref }} token: ${{ steps.bot-token.outputs.token }} @@ -102,7 +102,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0 + uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0 with: version: pnpm exec changeset version publish: pnpm exec changeset publish diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 904b854..82118db 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -19,7 +19,7 @@ jobs: command: ${{ fromJson(inputs.commands) }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup PNPM uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8