Skip to content

Commit e80f0f8

Browse files
chore(deps): bump the gh-actions-packages group across 2 directories with 3 updates (#7487)
Bumps the gh-actions-packages group with 3 updates in the / directory: [wechuli/allcheckspassed](https://github.com/wechuli/allcheckspassed), [github/codeql-action](https://github.com/github/codeql-action) and [raven-actions/actionlint](https://github.com/raven-actions/actionlint). Bumps the gh-actions-packages group with 3 updates in the /.github/workflows directory: [wechuli/allcheckspassed](https://github.com/wechuli/allcheckspassed), [github/codeql-action](https://github.com/github/codeql-action) and [raven-actions/actionlint](https://github.com/raven-actions/actionlint). Updates `wechuli/allcheckspassed` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/wechuli/allcheckspassed/releases) - [Commits](wechuli/allcheckspassed@b0eaef5...1d00cf0) Updates `github/codeql-action` from 4.31.10 to 4.32.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdefb33...45cbd0c) Updates `raven-actions/actionlint` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](raven-actions/actionlint@963d477...e01d1ea) Updates `wechuli/allcheckspassed` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/wechuli/allcheckspassed/releases) - [Commits](wechuli/allcheckspassed@b0eaef5...1d00cf0) Updates `github/codeql-action` from 4.31.10 to 4.32.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdefb33...45cbd0c) Updates `raven-actions/actionlint` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](raven-actions/actionlint@963d477...e01d1ea) --- updated-dependencies: - dependency-name: wechuli/allcheckspassed dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: github/codeql-action dependency-version: 4.32.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: raven-actions/actionlint dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: wechuli/allcheckspassed dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: github/codeql-action dependency-version: 4.32.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: raven-actions/actionlint dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48c7ce4 commit e80f0f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/all-green.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
checks: read
2020
contents: read
2121
steps:
22-
- uses: wechuli/allcheckspassed@b0eaef5be76003932c9520e2b3dd03c85cc43d87 # v2.2.0
22+
- uses: wechuli/allcheckspassed@1d00cf0c34c4b0805db8866d8913f22e7125301e # v2.3.0
2323
with:
2424
delay: ${{ github.run_attempt == 1 && '7' || '0' }} # 7 minutes on first attempt, no delay on reruns
2525
retries: 15

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
41+
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
4242
with:
4343
languages: ${{ matrix.language }}
4444
config-file: .github/codeql_config.yml
@@ -48,7 +48,7 @@ jobs:
4848
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4949

5050
- name: Autobuild
51-
uses: github/codeql-action/autobuild@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
51+
uses: github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
54+
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm init -y
2727
- name: actionlint
2828
id: actionlint
29-
uses: raven-actions/actionlint@963d4779ef039e217e5d0e6fd73ce9ab7764e493 # v2.1.0
29+
uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2.1.1
3030
with:
3131
matcher: true
3232
fail-on-error: true

0 commit comments

Comments
 (0)