Skip to content

Commit 6bb6ac3

Browse files
ci(github-action): update github/codeql-action ( v3.30.2 → v3.30.3 )
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v3.30.2 | v3.30.3 |
1 parent 7607d12 commit 6bb6ac3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
35+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
3636
with:
3737
languages: ${{ matrix.language }}
3838
build-mode: ${{ matrix.build-mode }}
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
41+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4242
with:
4343
category: "/language:${{matrix.language}}"

.github/workflows/trivy-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Upload Trivy scan results to GitHub Security tab
4242
if: ${{ !(inputs.dry-run || github.event_name == 'pull_request') }}
43-
uses: github/codeql-action/upload-sarif@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
43+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4444
with:
4545
sarif_file: 'trivy-results/results.sarif'
4646
category: 'trivy'

0 commit comments

Comments
 (0)