Skip to content

Commit 44d5572

Browse files
chore(deps): bump github/codeql-action from 4.32.6 to 4.33.0
Bumps [github/codeql-action](https://github.com/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@0d579ff...b1bff81) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b1d209 commit 44d5572

4 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
@@ -31,12 +31,12 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
34+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
3535
with:
3636
languages: ${{ matrix.language }}
3737
config-file: ./.github/codeql/codeql-config.yml
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
40+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc
4141
with:
4242
category: /language:${{ matrix.language }}

.github/workflows/poutine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
mv results.cleaned.sarif results.sarif
3939
4040
- name: Upload poutine SARIF
41-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98
41+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
4242
with:
4343
sarif_file: results.sarif
4444
category: /tool:poutine

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
retention-days: 14
4242

4343
- name: Upload Scorecards SARIF
44-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98
44+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
4545
with:
4646
sarif_file: scorecards.sarif
4747
category: /tool:ossf-scorecards

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Upload Semgrep SARIF
7171
if: always() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
72-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98
72+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc
7373
with:
7474
sarif_file: semgrep.sarif
7575
category: /tool:semgrep

0 commit comments

Comments
 (0)