Skip to content

Commit f263227

Browse files
build(deps): bump the github-actions-all group with 3 updates
Bumps the github-actions-all group with 3 updates: [actions/setup-go](https://github.com/actions/setup-go), [actions/checkout](https://github.com/actions/checkout) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `actions/setup-go` from 6.5.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@924ae3a...b7ad1da) Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) Updates `zizmorcore/zizmor-action` from 0.5.7 to 0.6.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@192e21d...6599ee8) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0c6f6e commit f263227

9 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/action-sorted-inputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
check-action-inputs-sorted:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1515
with:
1616
persist-credentials: false
1717
- name: Validate input key order in action.yml

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- testing-type: yamllint
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2121
with:
2222
persist-credentials: false
2323
- uses: schubergphilis/mcvs-general-action@f52c4433add29d8eff9036bf37b5b69a2c4cf28b

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
TASK_X_REMOTE_TASKFILES: 1
1818
steps:
19-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
19+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2020
with:
2121
persist-credentials: false
2222
- uses: ./

.github/workflows/mcvs-pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
MCVS-PR-validation-action:
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
19+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2020
with:
2121
persist-credentials: false
2222
- uses: schubergphilis/mcvs-pr-validation-action@6f153c01301ab2f92336781173b7f3a796de5f3e

.github/workflows/package-version-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
update-package-version-not-updated-by-dependabot:
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
13+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1414
with:
1515
persist-credentials: false
1616
- env:

.github/workflows/taskfile-sorted-units.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
taskfile-sorted-units:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
12+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1313
with:
1414
persist-credentials: false
1515
- run: |

.github/workflows/taskfile-without-empty-lines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
taskfile-without-empty-lines:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
11+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1212
with:
1313
persist-credentials: false
1414
- run: |

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
zizmor:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
12+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1313
with:
1414
persist-credentials: false
15-
- uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa
15+
- uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02
1616
with:
1717
minimum-severity: low

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ runs:
8989
# Install task and the golang version that has been defined in the go.mod
9090
# file.
9191
#
92-
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
92+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
9393
if: |
9494
inputs.release-dir != '' ||
9595
inputs.task-install == 'yes' ||

0 commit comments

Comments
 (0)