Skip to content

Commit 1e914a4

Browse files
authored
build(deps): bump github/codeql-action from 4.32.5 to 4.32.6
2 parents 5e50bfe + c081848 commit 1e914a4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/api-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Spectral lint
4545
run: task gen:api-lint
4646
- name: Upload analysis results to GitHub
47-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
47+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4848
with:
4949
sarif_file: spectral-report.sarif
5050
wait-for-processing: true

.github/workflows/back-clippy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# 🎯 Analyze all code with full features, convert to SARIF, and format output
5858

5959
- name: 📤 Upload Results to GitHub Security
60-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
60+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
6161
with:
6262
sarif_file: rust-clippy-results.sarif
6363
wait-for-processing: true

.github/workflows/front-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# 🎯 Lint frontend code using NX, output in SARIF format for GitHub
5353

5454
- name: 📤 Upload Results to GitHub Security
55-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
55+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5656
with:
5757
sarif_file: apps/front/eslint-results.sarif
5858
wait-for-processing: true

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
# Upload the results to GitHub's code scanning dashboard (optional).
7474
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575
- name: "Upload to code-scanning"
76-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
76+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7777
with:
7878
sarif_file: results.sarif

0 commit comments

Comments
 (0)