Skip to content

Commit 0ae4742

Browse files
chore(deps): Bump github/codeql-action from 4.31.2 to 4.31.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.2 to 4.31.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0499de3...cf1bb45) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49a9197 commit 0ae4742

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee
34+
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412
3535
with:
3636
languages: ${{ matrix.language }}
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee
39+
uses: github/codeql-action/autobuild@cf1bb45a277cb3c205638b2cd5c984db1c46a412
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee
42+
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412

.github/workflows/snyk-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
run: snyk test --project-name=vermin --package-manager=pip --file=misc/.$reqs-requirements.txt --command=python3 --sarif-file-output=snyk-$reqs.sarif --show-vulnerable-paths=all --print-deps
5555

5656
- name: Upload result to GitHub Code Scanning
57-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
57+
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412
5858
with:
5959
sarif_file: snyk-${{matrix.requirements}}.sarif

0 commit comments

Comments
 (0)