Skip to content

Commit ff32191

Browse files
authored
build(deps): bump github/codeql-action from 4.31.9 to 4.32.3
build(deps): bump github/codeql-action from 4.31.9 to 4.32.3
2 parents d30fbb8 + 962c39c commit ff32191

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
60+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
55+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
76+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
7777
with:
7878
sarif_file: results.sarif

0 commit comments

Comments
 (0)