Skip to content

Commit 21da928

Browse files
⬆ Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [dorny/paths-filter](https://github.com/dorny/paths-filter), [re-actors/alls-green](https://github.com/re-actors/alls-green), [tiangolo/pr-push](https://github.com/tiangolo/pr-push) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `dorny/paths-filter` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@7b450ff...ceb8a2b) Updates `re-actors/alls-green` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/re-actors/alls-green/releases) - [Commits](re-actors/alls-green@05ac938...b5b5b37) Updates `tiangolo/pr-push` from 0.0.1 to 0.0.4 - [Release notes](https://github.com/tiangolo/pr-push/releases) - [Changelog](https://github.com/tiangolo/pr-push/blob/main/release-notes.md) - [Commits](tiangolo/pr-push@ff4e51a...f336b38) Updates `zizmorcore/zizmor-action` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@6fc4b00...3dc1ecc) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: re-actors/alls-green dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: tiangolo/pr-push dependency-version: 0.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d7485cd commit 21da928

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# For pull requests it's not necessary to checkout the code but for the main branch it is
2222
with:
2323
persist-credentials: false
24-
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
24+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
2525
id: filter
2626
with:
2727
filters: |
@@ -82,7 +82,7 @@ jobs:
8282
timeout-minutes: 5
8383
steps:
8484
- name: Decide whether the needed jobs succeeded or failed
85-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
85+
uses: re-actors/alls-green@b5b5b37504aa4183270bd3d855c52a67f212be35 # v1.3.0
8686
with:
8787
jobs: ${{ toJSON(needs) }}
8888
allowed-skips: build-docs

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Get PR Push token
6767
id: pr-push
6868
if: env.CAN_PUSH == 'true' && steps.changes.outputs.changed == 'true'
69-
uses: tiangolo/pr-push@ff4e51a433de4c22bbf90597e069e8247b9203d2 # 0.0.1
69+
uses: tiangolo/pr-push@f336b3817f32ea9b8273a8c15f8ecb739ac38167 # 0.0.4
7070
- name: Commit and push changes
7171
if: env.CAN_PUSH == 'true' && steps.changes.outputs.changed == 'true'
7272
env:
@@ -103,6 +103,6 @@ jobs:
103103
GITHUB_CONTEXT: ${{ toJson(github) }}
104104
run: echo "$GITHUB_CONTEXT"
105105
- name: Decide whether the needed jobs succeeded or failed
106-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
106+
uses: re-actors/alls-green@b5b5b37504aa4183270bd3d855c52a67f212be35 # v1.3.0
107107
with:
108108
jobs: ${{ toJSON(needs) }}

.github/workflows/test-redistribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
timeout-minutes: 5
5454
steps:
5555
- name: Decide whether the needed jobs succeeded or failed
56-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
56+
uses: re-actors/alls-green@b5b5b37504aa4183270bd3d855c52a67f212be35 # v1.3.0
5757
with:
5858
jobs: ${{ toJSON(needs) }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ jobs:
136136
timeout-minutes: 5
137137
steps:
138138
- name: Decide whether the needed jobs succeeded or failed
139-
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
139+
uses: re-actors/alls-green@b5b5b37504aa4183270bd3d855c52a67f212be35 # v1.3.0
140140
with:
141141
jobs: ${{ toJSON(needs) }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
persist-credentials: false
2424
- name: Run zizmor
25-
uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
25+
uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2

0 commit comments

Comments
 (0)