Skip to content

Commit 8e94d62

Browse files
build(deps): bump the all group with 3 updates
Bumps the all group with 3 updates: [actions/download-artifact](https://github.com/actions/download-artifact), [opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) Updates `opentofu/setup-opentofu` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/opentofu/setup-opentofu/releases) - [Commits](opentofu/setup-opentofu@592200b...000eeb8) Updates `aws-actions/configure-aws-credentials` from 4.2.1 to 4.3.1 - [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@b475783...7474bc4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: opentofu/setup-opentofu dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: aws-actions/configure-aws-credentials dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb13671 commit 8e94d62

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
security-events: write
8888
steps:
8989
- name: Download SARIF file
90-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
90+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
9191
with:
9292
name: results.sarif
9393
path: results.sarif

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27-
- uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1.0.5
27+
- uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1.0.6
2828

2929
- name: OpenTofu fmt
3030
id: fmt
3131
run: tofu fmt -check
3232

3333
- name: Configure AWS Credentials
34-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
34+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
3535
with:
3636
aws-region: us-east-1
3737
role-to-assume: ${{ secrets.amazon_role }}
@@ -76,10 +76,10 @@ jobs:
7676
with:
7777
persist-credentials: false
7878

79-
- uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1.0.5
79+
- uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1.0.6
8080

8181
- name: Configure AWS Credentials
82-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
82+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
8383
with:
8484
aws-region: us-east-1
8585
role-to-assume: ${{ secrets.amazon_role }}
@@ -124,10 +124,10 @@ jobs:
124124
with:
125125
persist-credentials: false
126126

127-
- uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1.0.5
127+
- uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1.0.6
128128

129129
- name: Configure AWS Credentials
130-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
130+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
131131
with:
132132
aws-region: us-east-1
133133
role-to-assume: ${{ secrets.amazon_role }}
@@ -137,7 +137,7 @@ jobs:
137137
run: tofu init
138138

139139
- name: Download Plan Artifact
140-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
140+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
141141
with:
142142
name: tfplan
143143

0 commit comments

Comments
 (0)