Skip to content

Commit e37cada

Browse files
chore(deps): bump github/codeql-action from 3.32.6 to 4.35.1 (#541)
1 parent 451c065 commit e37cada

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@820e3160e279568db735cee8ed8f8e77a6da7818 # v3.32.6
55+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -67,6 +67,6 @@ jobs:
6767
# ./location_of_script_within_repo/buildscript.sh
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@820e3160e279568db735cee8ed8f8e77a6da7818 # v3.32.6
70+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
7171
with:
7272
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
path: results.sarif
5050
retention-days: 5
5151
- name: "Upload to code-scanning"
52-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98
52+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13
5353
with:
5454
sarif_file: results.sarif

0 commit comments

Comments
 (0)