Skip to content

Commit cfbe0ea

Browse files
authored
chore(deps): update github/codeql-action action to v2.24.4 (#540)
1 parent 9fb5b03 commit cfbe0ea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ jobs:
6161

6262
# Initializes the CodeQL tools for scanning.
6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@4a8f20f6b9b5114f354129a1e2f391d75bfd640a # v2.24.3
64+
uses: github/codeql-action/init@80eb8d5395c1d8edac424890a2dc323568ba25fb # v2.24.4
6565
with:
6666
languages: ${{ matrix.language }}
6767

6868
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6969
# If this step fails, then you should remove it and run the build manually
7070
- name: Autobuild
71-
uses: github/codeql-action/autobuild@4a8f20f6b9b5114f354129a1e2f391d75bfd640a # v2.24.3
71+
uses: github/codeql-action/autobuild@80eb8d5395c1d8edac424890a2dc323568ba25fb # v2.24.4
7272

7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@4a8f20f6b9b5114f354129a1e2f391d75bfd640a # v2.24.3
74+
uses: github/codeql-action/analyze@80eb8d5395c1d8edac424890a2dc323568ba25fb # v2.24.4
7575
with:
7676
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565

6666
# Upload the results to GitHub's code scanning dashboard.
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@4a8f20f6b9b5114f354129a1e2f391d75bfd640a # v2.24.3
68+
uses: github/codeql-action/upload-sarif@80eb8d5395c1d8edac424890a2dc323568ba25fb # v2.24.4
6969
with:
7070
sarif_file: resultsFiltered.sarif

0 commit comments

Comments
 (0)