Skip to content

Commit 1701cd4

Browse files
chore(deps): update github/codeql-action action to v4.37.8
1 parent 6949b2c commit 1701cd4

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@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
122+
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
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@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
211+
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
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@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
70+
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
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)