Skip to content

Commit e68ac9e

Browse files
Bump the github-actions group with 7 updates (#343)
Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [dflook/terraform-apply](https://github.com/dflook/terraform-apply) | `1.44.0` | `2.2.2` | | [devops-infra/action-commit-push](https://github.com/devops-infra/action-commit-push) | `0.9.2` | `1.0.3` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `8` | | [dflook/terraform-fmt](https://github.com/dflook/terraform-fmt) | `1.44.0` | `2.2.2` | | [dflook/terraform-plan](https://github.com/dflook/terraform-plan) | `1.44.0` | `2.2.2` | | [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.2.0` | `0.3.0` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) Updates `dflook/terraform-apply` from 1.44.0 to 2.2.2 - [Release notes](https://github.com/dflook/terraform-apply/releases) - [Commits](dflook/terraform-apply@7d435d4...8f47d0a) Updates `devops-infra/action-commit-push` from 0.9.2 to 1.0.3 - [Release notes](https://github.com/devops-infra/action-commit-push/releases) - [Commits](devops-infra/action-commit-push@v0.9.2...8a2d9d7) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `dflook/terraform-fmt` from 1.44.0 to 2.2.2 - [Release notes](https://github.com/dflook/terraform-fmt/releases) - [Commits](dflook/terraform-fmt@2ec321e...1964140) Updates `dflook/terraform-plan` from 1.44.0 to 2.2.2 - [Release notes](https://github.com/dflook/terraform-plan/releases) - [Commits](dflook/terraform-plan@b0877a1...dc251c4) Updates `zizmorcore/zizmor-action` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@e673c39...e639db9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dflook/terraform-apply dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: devops-infra/action-commit-push dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dflook/terraform-fmt dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dflook/terraform-plan dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel M <cunla@users.noreply.github.com>
1 parent 841b3cc commit e68ac9e

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/add_member.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: '3.12'
2929

3030
- name: Checkout code
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
persist-credentials: false
3434

.github/workflows/apply.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
persist-credentials: false
2929

3030
- name: terraform apply
3131
# v1.44.0
3232
# Use the commit hash for security hardening
3333
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
34-
uses: dflook/terraform-apply@7d435d4d115a11e5db1e710ac969f5382f0f6f9f
34+
uses: dflook/terraform-apply@8f47d0ad9f3cb9e50fd6b3595c0cb98f00c518df
3535
env:
3636
TERRAFORM_ACTIONS_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
with:
@@ -45,7 +45,7 @@ jobs:
4545
- name: Commit changes
4646
if: ${{ always() }}
4747
# v0.10.0
48-
uses: devops-infra/action-commit-push@b8c990ac36bac67f71133ad7ec3da1d7abf4d57e
48+
uses: devops-infra/action-commit-push@8a2d9d73c3f506468129be2e4409e60dbed70357
4949
with:
5050
github_token: "${{ secrets.TERRAFORM_MANAGEMENT_GITHUB_TOKEN }}"
5151
commit_prefix: "[AUTO]"

.github/workflows/member-verification.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
persist-credentials: false
1818

1919
- name: Check PR title format
2020
id: check-title
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
script: |
2424
const title = context.payload.pull_request.title;
@@ -31,7 +31,7 @@ jobs:
3131
- name: Check user account age
3232
if: steps.check-title.outputs.result == 'continue'
3333
id: check-user
34-
uses: actions/github-script@v7
34+
uses: actions/github-script@v8
3535
env:
3636
MIN_ACCOUNT_AGE_MONTHS: ${{ vars.MIN_ACCOUNT_AGE_MONTHS || '3' }} # Default to 3 months if not set
3737
with:
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Add label if new account
8181
if: steps.check-user.outputs.result == 'new-account' && steps.check-title.outputs.result == 'continue'
82-
uses: actions/github-script@v7
82+
uses: actions/github-script@v8
8383
with:
8484
script: |
8585
await github.rest.issues.addLabels({

.github/workflows/plan.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ jobs:
2020
contents: write
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
ref: "${{ github.event.pull_request.head.ref }}"
2626
persist-credentials: false
2727

2828

2929
- name: terraform fmt
30-
uses: dflook/terraform-fmt@2ec321e746af7edf90e43513dda2086a92a07b4c
30+
uses: dflook/terraform-fmt@1964140828a3cd334f311122e09f9e824060382e
3131
with:
3232
path: "terraform"
3333

3434
- name: Commit changes
3535
# v0.9.2
36-
uses: devops-infra/action-commit-push@be5ba37125c79eb0016cbd8cc385f0aa160538c5
36+
uses: devops-infra/action-commit-push@8a2d9d73c3f506468129be2e4409e60dbed70357
3737
with:
3838
github_token: "${{ secrets.GITHUB_TOKEN }}"
3939
commit_prefix: "[AUTO]"
@@ -51,15 +51,15 @@ jobs:
5151

5252
steps:
5353
- name: Checkout code
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555
with:
5656
persist-credentials: false
5757

5858
- name: terraform plan
5959
# v1.44.0
6060
# Use the commit hash for security hardening
6161
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
62-
uses: dflook/terraform-plan@b0877a1bf56160160ab482f4aff8a12fff35fe06
62+
uses: dflook/terraform-plan@dc251c444763eed5defd065b866874b6343017ca
6363
env:
6464
TERRAFORM_ACTIONS_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
with:

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
actions: read # only needed for private repos
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2222
with:
2323
persist-credentials: false
2424

2525
- name: Run zizmor 🌈
26-
uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0
26+
uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0

0 commit comments

Comments
 (0)