Skip to content

Commit 9c20cc2

Browse files
renovate-botvlsi
authored andcommitted
chore(deps): update github/codeql-action digest to 4bdb89f
1 parent 66e3d4b commit 9c20cc2

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
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Initializes the CodeQL tools for scanning.
7070
- name: Initialize CodeQL
71-
uses: github/codeql-action/init@497990dfed22177a82ba1bbab381bc8f6d27058f # v3
71+
uses: github/codeql-action/init@4bdb89f48054571735e3792627da6195c57459e2 # v3
7272
with:
7373
languages: ${{ matrix.language }}
7474
build-mode: ${{ matrix.build-mode }}
@@ -96,6 +96,6 @@ jobs:
9696
exit 1
9797
9898
- name: Perform CodeQL Analysis
99-
uses: github/codeql-action/analyze@497990dfed22177a82ba1bbab381bc8f6d27058f # v3
99+
uses: github/codeql-action/analyze@4bdb89f48054571735e3792627da6195c57459e2 # v3
100100
with:
101101
category: "/language:${{matrix.language}}"

.github/workflows/ossf-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
# Upload the results to GitHub's code scanning dashboard (optional).
7676
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7777
- name: "Upload to code-scanning"
78-
uses: github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3
78+
uses: github/codeql-action/upload-sarif@4bdb89f48054571735e3792627da6195c57459e2 # v3
7979
with:
8080
sarif_file: results.sarif

0 commit comments

Comments
 (0)