Skip to content

Commit c17e662

Browse files
chore(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action). Updates `github/codeql-action` from 4.35.3 to 4.35.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v4.35.3...v4.35.4) Updates `actions/dependency-review-action` from 4.9.0 to 5.0.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@2031cfc...a1d282b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/dependency-review-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 143ad7c commit c17e662

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
31+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
3232
with:
3333
languages: ${{ matrix.language }}
3434
build-mode: ${{ matrix.build-mode }}
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
37+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
3838
with:
3939
category: "/language:${{matrix.language}}"

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# we let the report trigger content trigger a failure using the GitHub Security features.
5050
args: '-no-fail -fmt sarif -out results.sarif ./...'
5151
- name: Upload SARIF file
52-
uses: github/codeql-action/upload-sarif@a723e99345b89ee0bbcbd68ee4e63f9a56b42a25 # v2.23.6
52+
uses: github/codeql-action/upload-sarif@868e2ea5641bfa2e2af1f144664178b4c5575fab # v2.23.6
5353
with:
5454
# Path to SARIF file relative to the root of the repository
5555
sarif_file: results.sarif
@@ -59,7 +59,7 @@ jobs:
5959
args: '-no-fail -fmt sarif -out results-tools.sarif ./...'
6060
working-directory: tools
6161
- name: Upload SARIF file for tools
62-
uses: github/codeql-action/upload-sarif@a723e99345b89ee0bbcbd68ee4e63f9a56b42a25 # v2.23.6
62+
uses: github/codeql-action/upload-sarif@868e2ea5641bfa2e2af1f144664178b4c5575fab # v2.23.6
6363
with:
6464
sarif_file: tools/results-tools.sarif
6565
category: tools
@@ -71,6 +71,6 @@ jobs:
7171
if: github.event_name == 'pull_request'
7272
steps:
7373
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
74-
- uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
74+
- uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
7575
with:
7676
fail-on-severity: high

0 commit comments

Comments
 (0)