aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-04-20 10:25:12 +0000
committerGitHub <noreply@github.com>2026-04-20 10:25:12 +0000
commitea055999738ca1077763d96880a487bde934f1e6 (patch)
tree83466b33dd2522699154117991e591825aaa4074 /.github/workflows
parentee50a4f4801da04db0d551b3abc6ee96849aa48e (diff)
downloadportable-ea055999738ca1077763d96880a487bde934f1e6.tar.gz
portable-ea055999738ca1077763d96880a487bde934f1e6.tar.bz2
portable-ea055999738ca1077763d96880a487bde934f1e6.zip
ci: update github/codeql-action action to v4.35.2
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cifuzz.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 91ee288..49b4c70 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -39,7 +39,7 @@ jobs:
39 path: "./out/artifacts" 39 path: "./out/artifacts"
40 40
41 - name: "Upload SARIF" 41 - name: "Upload SARIF"
42 uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 42 uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
43 if: always() && steps.build.outcome == 'success' 43 if: always() && steps.build.outcome == 'success'
44 with: 44 with:
45 sarif_file: "cifuzz-sarif/results.sarif" 45 sarif_file: "cifuzz-sarif/results.sarif"