Skip to content

Commit 0733b7d

Browse files
chore(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [coder/coder](https://github.com/coder/coder), [crate-ci/typos](https://github.com/crate-ci/typos) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `coder/coder` from 2.29.2 to 2.30.0 - [Release notes](https://github.com/coder/coder/releases) - [Changelog](https://github.com/coder/coder/blob/main/release.key) - [Commits](coder/coder@b5360a9...43e67d1) Updates `crate-ci/typos` from 1.42.1 to 1.43.3 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@6512063...9066e99) Updates `zizmorcore/zizmor-action` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@1356984...0dce257) --- updated-dependencies: - dependency-name: coder/coder dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: crate-ci/typos dependency-version: 1.43.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e3e842 commit 0733b7d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
all:
3838
- '**'
3939
- name: Set up Terraform
40-
uses: coder/coder/.github/actions/setup-tf@b5360a9180613328a62d64efcfaac5a31980c746 # v2.29.2
40+
uses: coder/coder/.github/actions/setup-tf@43e67d12e278e13399cffc77f132e8e628339477 # v2.30.0
4141
- name: Set up Bun
4242
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
4343
with:
@@ -87,13 +87,13 @@ jobs:
8787
bun-version: latest
8888
# Need Terraform for its formatter
8989
- name: Install Terraform
90-
uses: coder/coder/.github/actions/setup-tf@b5360a9180613328a62d64efcfaac5a31980c746 # v2.29.2
90+
uses: coder/coder/.github/actions/setup-tf@43e67d12e278e13399cffc77f132e8e628339477 # v2.30.0
9191
- name: Install dependencies
9292
run: bun install
9393
- name: Validate formatting
9494
run: bun fmt:ci
9595
- name: Check for typos
96-
uses: crate-ci/typos@65120634e79d8374d1aa2f27e54baa0c364fff5a # v1.42.1
96+
uses: crate-ci/typos@9066e9940a8a05b98fb4733c62a726f83c9e57f8 # v1.43.3
9797
with:
9898
config: .github/typos.toml
9999
validate-readme-files:

.github/workflows/version-bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
bun-version: latest
3232

3333
- name: Set up Terraform
34-
uses: coder/coder/.github/actions/setup-tf@b5360a9180613328a62d64efcfaac5a31980c746 # v2.29.2
34+
uses: coder/coder/.github/actions/setup-tf@43e67d12e278e13399cffc77f132e8e628339477 # v2.30.0
3535

3636
- name: Install dependencies
3737
run: bun install

.github/workflows/zizmor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Run zizmor (blocking, HIGH only)
30-
uses: zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1
30+
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
3131
with:
3232
advanced-security: false
3333
annotations: true
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: false
5050

5151
- name: Run zizmor (SARIF)
52-
uses: zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1
52+
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0
5353
with:
5454
inputs: |
5555
.github/workflows

0 commit comments

Comments
 (0)