Skip to content

Commit 9d2f42e

Browse files
chore(deps): update github/codeql-action action to v4.37.7
1 parent fa12a92 commit 9d2f42e

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
@@ -119,7 +119,7 @@ jobs:
119119
120120
# Initializes the CodeQL tools for scanning.
121121
- name: Initialize CodeQL
122-
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
122+
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
123123
with:
124124
languages: ${{ matrix.language }}
125125
build-mode: ${{ matrix.build-mode }}
@@ -208,6 +208,6 @@ jobs:
208208
fi
209209
210210
- name: Perform CodeQL Analysis
211-
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
211+
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
212212
with:
213213
category: "/language:${{matrix.language}}"

.github/workflows/container-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: echo "${{ matrix.image }}" > trivy-${{ steps.image-name.outputs.name }}.meta
6868

6969
- name: Upload SARIF
70-
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
70+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
7171
with:
7272
sarif_file: trivy-${{ steps.image-name.outputs.name }}.sarif
7373
category: trivy-${{ steps.image-name.outputs.name }}

0 commit comments

Comments
 (0)