Skip to content

Commit ca2dab6

Browse files
chore(deps): bump github/codeql-action from 3.26.12 to 3.26.13
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.12 to 3.26.13. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c36620d...f779452) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3b8583 commit ca2dab6

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@d632683dd7b4114ad314bca15554477dd762a938
3232

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

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b
39+
uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b
42+
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
# Upload the results to GitHub's code scanning dashboard (optional).
6565
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6666
- name: "Upload to code-scanning"
67-
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b
67+
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b
6868
with:
6969
sarif_file: results.sarif

0 commit comments

Comments
 (0)