Skip to content

Commit 0a3d4ee

Browse files
ci(github-action): update action github/codeql-action (v4.35.4 → v4.35.5)
1 parent 7b541f5 commit 0a3d4ee

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
@@ -33,13 +33,13 @@ jobs:
3333
persist-credentials: false
3434

3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
36+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
3737
with:
3838
languages: ${{ matrix.language }}
3939
build-mode: ${{ matrix.build-mode }}
4040
source-root: ${{ matrix.source-root }}
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
43+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
4444
with:
4545
category: language:${{ matrix.language }}

.github/workflows/vulnerability-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
severity-cutoff: high
8787

8888
- name: Upload Report
89-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
89+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
9090
with:
9191
category: container:immich-${{ matrix.variant }}
9292
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)