[READ-ONLY] Mirror of https://github.com/bombshell-dev/automation. GitHub Actions for the Bombshell organization
ci
0

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump the actions group across 1 directory with 5 updates

Bumps the actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.3` | `7.0.0` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.4.0` | `7.0.0` |
| [actions/cache/restore](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
| [actions/cache/save](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
| [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) | `7.1.0` | `7.2.0` |



Updates `actions/checkout` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0)

Updates `actions/setup-node` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...820762786026740c76f36085b0efc47a31fe5020)

Updates `actions/cache/restore` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9)

Updates `actions/cache/save` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9)

Updates `stefanzweifel/git-auto-commit-action` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/04702edda442b2e678b25b537cec683a1493fcb9...4a55954c782fc1ea30b9056cd3e7a2b40ca8887d)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/setup-node
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/cache/restore
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/cache/save
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-version: 7.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
(Jul 15, 2026, 2:24 PM UTC) f8247d43 e17e4c61

+21 -21
+2 -2
.github/workflows/build.yml
··· 18 18 app-id: ${{ secrets.BOT_APP_ID }} 19 19 private-key: ${{ secrets.BOT_PRIVATE_KEY }} 20 20 21 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 21 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 22 22 with: 23 23 token: ${{ steps.bot-token.outputs.token }} 24 24 ··· 26 26 uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 27 27 28 28 - name: Setup Node 29 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 29 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 30 30 with: 31 31 node-version: 22 32 32 cache: pnpm
+2 -2
.github/workflows/detect-agent-backfill.yml
··· 27 27 pull-requests: write 28 28 steps: 29 29 - name: Checkout 30 - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 30 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 31 31 with: 32 32 repository: "bombshell-dev/automation" 33 33 ref: "main" 34 34 path: "automation" 35 35 36 36 - name: Setup Node 37 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 37 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 38 38 with: 39 39 node-version: 22 40 40
+4 -4
.github/workflows/detect-agent.yml
··· 42 42 steps: 43 43 - name: Check scan cache 44 44 id: cache 45 - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 45 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 46 46 with: 47 47 path: .scan-marker 48 48 key: detect-agent-pr-${{ github.event.pull_request.number }} ··· 79 79 80 80 - name: Checkout 81 81 if: steps.cache.outputs.cache-hit != 'true' && steps.bypass.outputs.is_bot != 'true' && steps.bypass.outputs.skip != 'true' 82 - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 82 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 83 83 with: 84 84 repository: "bombshell-dev/automation" 85 85 ref: "main" ··· 87 87 88 88 - name: Setup Node 89 89 if: steps.cache.outputs.cache-hit != 'true' && steps.bypass.outputs.is_bot != 'true' && steps.bypass.outputs.skip != 'true' 90 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 90 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 91 91 with: 92 92 node-version: 22 93 93 ··· 132 132 133 133 - name: Save scan cache 134 134 if: steps.cache.outputs.cache-hit != 'true' && steps.bypass.outputs.is_bot != 'true' && steps.bypass.outputs.skip != 'true' 135 - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 135 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 136 136 with: 137 137 path: .scan-marker 138 138 key: detect-agent-pr-${{ github.event.pull_request.number }}
+3 -3
.github/workflows/format.yml
··· 34 34 app-id: ${{ secrets.BOT_APP_ID }} 35 35 private-key: ${{ secrets.BOT_PRIVATE_KEY }} 36 36 37 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 37 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 38 38 with: 39 39 ref: ${{ github.head_ref }} 40 40 token: ${{ steps.bot-token.outputs.token }} ··· 43 43 uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 44 44 45 45 - name: Setup Node 46 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 46 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 47 47 with: 48 48 node-version: 22 49 49 registry-url: https://registry.npmjs.org/ ··· 58 58 COMMAND: ${{ inputs.command }} 59 59 60 60 - name: Commit changes 61 - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 61 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 62 62 env: 63 63 GH_TOKEN: ${{ steps.bot-token.outputs.token }} 64 64 with:
+2 -2
.github/workflows/mergebot.yml
··· 47 47 runs-on: ubuntu-latest 48 48 steps: 49 49 - name: Checkout 50 - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 50 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 51 51 with: 52 52 repository: "bombshell-dev/automation" 53 53 ref: "main" 54 54 path: "automation" 55 55 56 56 - name: Setup Node 57 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 57 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 58 58 with: 59 59 node-version: 22 60 60
+2 -2
.github/workflows/preview.yml
··· 19 19 runs-on: ubuntu-latest 20 20 21 21 steps: 22 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 22 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 23 23 24 24 - name: Setup PNPM 25 25 uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 26 26 27 27 - name: Setup Node 28 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 28 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 29 29 with: 30 30 node-version: 22 31 31 registry-url: https://registry.npmjs.org/
+4 -4
.github/workflows/publish.yml
··· 19 19 permissions: 20 20 contents: read 21 21 steps: 22 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 22 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 23 23 24 24 - name: Setup PNPM 25 25 uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 26 26 27 27 - name: Setup Node 28 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 28 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 29 29 with: 30 30 node-version: 22 31 31 cache: "pnpm" ··· 67 67 app-id: ${{ secrets.BOT_APP_ID }} 68 68 private-key: ${{ secrets.BOT_PRIVATE_KEY }} 69 69 70 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 70 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 71 71 with: 72 72 ref: ${{ github.head_ref }} 73 73 token: ${{ steps.bot-token.outputs.token }} ··· 81 81 uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 82 82 83 83 - name: Setup Node 84 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 84 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 85 85 with: 86 86 node-version: 22 87 87 registry-url: https://registry.npmjs.org/
+2 -2
.github/workflows/run.yml
··· 19 19 command: ${{ fromJson(inputs.commands) }} 20 20 21 21 steps: 22 - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 22 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 23 23 24 24 - name: Setup PNPM 25 25 uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 26 26 27 27 - name: Setup Node 28 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 28 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 29 29 with: 30 30 node-version: 22 31 31 registry-url: https://registry.npmjs.org/