Skip to content

Commit 1453a9d

Browse files
Bump the actions-all-dependencies group across 1 directory with 2 updates
Bumps the actions-all-dependencies group with 2 updates in the / directory: [jdx/mise-action](https://github.com/jdx/mise-action) and [actions/cache](https://github.com/actions/cache). Updates `jdx/mise-action` from 3.5.1 to 3.6.1 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@146a281...6d1e696) Updates `actions/cache` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-all-dependencies - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 087c188 commit 1453a9d

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/guardrail_matching_pentester_cidr_blocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Install `hcl2json` with mise
26-
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
26+
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
2727
with:
2828
install_args: hcl2json
2929

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: python -m pip freeze --local
3333
shell: bash
3434
- name: 📦 Cache Pre-commit tools
35-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
35+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3636
with:
3737
path: ~/.cache/pre-commit
3838
key: pre-commit-3|${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/ruby-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626

2727
- name: Initialise mise and cache `hcl2json`
28-
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
28+
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
2929
with:
3030
install_args: hcl2json
3131

@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6969

7070
- name: Set up hcl2json
71-
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
71+
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
7272
with:
7373
install_args: hcl2json
7474

.github/workflows/terraform-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 75
2424

2525
- name: Initialise mise
26-
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
26+
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
2727
with:
2828
github_token: ${{ secrets.MISE_PAT }} # As this is a private repo, we can get API rate limit issues. Use a PAT to avoid this. (The token needs no special permissions.)
2929
install_args: go:github.com/hashicorp/terraform-config-inspect
@@ -136,7 +136,7 @@ jobs:
136136
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
137137

138138
- name: Initialise mise
139-
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
139+
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
140140
with:
141141
github_token: ${{ secrets.MISE_PAT }}
142142
install_args: terraform
@@ -159,7 +159,7 @@ jobs:
159159
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
160160

161161
- name: Initialise mise
162-
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
162+
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
163163
with:
164164
github_token: ${{ secrets.MISE_PAT }}
165165
install_args: terraform
@@ -184,12 +184,12 @@ jobs:
184184
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
185185

186186
- name: Initialise mise
187-
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
187+
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
188188
with:
189189
github_token: ${{ secrets.MISE_PAT }}
190190
install_args: tflint
191191

192-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
192+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
193193
name: Cache tflint plugin dir
194194
with:
195195
path: ~/.tflint.d/plugins
@@ -217,7 +217,7 @@ jobs:
217217
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
218218

219219
- name: Initialise mise
220-
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
220+
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
221221
with:
222222
github_token: ${{ secrets.MISE_PAT }}
223223
install_args: checkov

.github/workflows/update-provider-locks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ref: ${{ github.head_ref }}
2323

2424
- name: Install `tfupdate` with mise
25-
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
25+
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
2626
with:
2727
install_args: tfupdate
2828

0 commit comments

Comments
 (0)