Skip to content

Commit 2f588ba

Browse files
chore(deps): actions: bump the all-actions group with 3 updates (#343)
Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [jdx/mise-action](https://github.com/jdx/mise-action) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `jdx/mise-action` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@1648a78...dba1968) Updates `aws-actions/configure-aws-credentials` from 4.3.1 to 6.2.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4.3.1...e7f100c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: jdx/mise-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c096ce commit 2f588ba

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
actions: read
141141
steps:
142142
- name: Checkout
143-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
143+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
144144
with:
145145
persist-credentials: false
146146

@@ -215,7 +215,7 @@ jobs:
215215
actions: read
216216
steps:
217217
- name: Checkout
218-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
218+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
219219
with:
220220
persist-credentials: false
221221

@@ -234,7 +234,7 @@ jobs:
234234
aws-region: ${{ vars.AWS_REGION }}
235235

236236
- name: Install mise
237-
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
237+
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
238238
with:
239239
cache: true
240240

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/integ.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
MISE_EXPERIMENTAL: "1"
185185
steps:
186186
- name: Checkout PR head (incl. forks)
187-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
187+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
188188
with:
189189
# Approving the `integ` environment authorizes this fork-authored test
190190
# code to run with the privileged role — the approver MUST review
@@ -194,15 +194,15 @@ jobs:
194194
persist-credentials: false
195195

196196
- name: Configure AWS credentials
197-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
197+
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
198198
with:
199199
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
200200
# Fall back to us-east-1 if the repo variable is unset, so the action
201201
# never runs region-less (which would fail credential resolution).
202202
aws-region: ${{ vars.AWS_REGION || 'us-east-1' }}
203203

204204
- name: Install mise
205-
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
205+
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
206206
with:
207207
cache: true
208208

.github/workflows/security-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
AQUA_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4040
with:
4141
# Full history so the range scan can resolve the base ref. A shallow
4242
# clone would leave origin/<base> unresolvable for the commit-range diff.
4343
fetch-depth: 0
4444
persist-credentials: false
4545

4646
- name: Install mise
47-
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
47+
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
4848
with:
4949
cache: true
5050

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
AQUA_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4646
with:
4747
fetch-depth: 0
4848
persist-credentials: false
4949

5050
- name: Install mise
51-
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
51+
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
5252
with:
5353
cache: true
5454

.github/workflows/upgrade-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
AQUA_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4343
with:
4444
ref: main
4545
persist-credentials: false
4646

4747
- name: Install mise
48-
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
48+
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
4949
with:
5050
cache: true
5151

@@ -84,7 +84,7 @@ jobs:
8484
if: ${{ needs.upgrade.outputs.patch_created }}
8585
steps:
8686
- name: Checkout
87-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
87+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8888
with:
8989
ref: main
9090
persist-credentials: false

0 commit comments

Comments
 (0)