Skip to content

Commit 2b35200

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates (#26)
Bumps the github-actions group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `github/codeql-action` from 4.32.6 to 4.33.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.32.6...v4.33.0) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1a8796 commit 2b35200

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
output-file: govulncheck.sarif
138138

139139
- name: Upload SARIF
140-
uses: github/codeql-action/upload-sarif@v4.32.6
140+
uses: github/codeql-action/upload-sarif@v4.33.0
141141
if: always()
142142
with:
143143
sarif_file: govulncheck.sarif
@@ -260,7 +260,7 @@ jobs:
260260
261261
cat CHANGELOG.md
262262
- name: Download all artifacts
263-
uses: actions/download-artifact@v7
263+
uses: actions/download-artifact@v8
264264
with:
265265
path: artifacts
266266
pattern: jivefire-*

0 commit comments

Comments
 (0)