Skip to content

Commit 9d87cec

Browse files
chore(deps): update github/codeql-action action to v4
1 parent 9574281 commit 9d87cec

38 files changed

+40
-40
lines changed

.github/workflows/anchore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
image: "localbuild/testimage:latest"
4141
acs-report-enable: true
4242
- name: Upload Anchore Scan Report
43-
uses: github/codeql-action/upload-sarif@v2
43+
uses: github/codeql-action/upload-sarif@v4
4444
with:
4545
sarif_file: results.sarif

.github/workflows/apisec-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
# The name of the sarif format result file The file is written only if this property is provided.
6565
sarif-result-file: "apisec-results.sarif"
6666
- name: Import results
67-
uses: github/codeql-action/upload-sarif@v2
67+
uses: github/codeql-action/upload-sarif@v4
6868
with:
6969
sarif_file: ./apisec-results.sarif

.github/workflows/brakeman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
5353
# Upload the SARIF file generated in the previous step
5454
- name: Upload SARIF
55-
uses: github/codeql-action/upload-sarif@v2
55+
uses: github/codeql-action/upload-sarif@v4
5656
with:
5757
sarif_file: output.sarif.json

.github/workflows/checkmarx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
params: --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.ref }} --cx-flow.filterSeverity --cx-flow.filterCategory
5050
# Upload the Report for CodeQL/Security Alerts
5151
- name: Upload SARIF file
52-
uses: github/codeql-action/upload-sarif@v2
52+
uses: github/codeql-action/upload-sarif@v4
5353
with:
5454
sarif_file: cx.sarif

.github/workflows/clj-holmes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-on-result: 'false'
3838

3939
- name: Upload analysis results to GitHub Security tab
40-
uses: github/codeql-action/upload-sarif@v2
40+
uses: github/codeql-action/upload-sarif@v4
4141
with:
4242
sarif_file: ${{github.workspace}}/clj-holmes-results.sarif
4343
ait-for-processing: true

.github/workflows/clj-watson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-on-result: false
4848

4949
- name: Upload analysis results to GitHub
50-
uses: github/codeql-action/upload-sarif@v2
50+
uses: github/codeql-action/upload-sarif@v4
5151
with:
5252
sarif_file: ${{github.workspace}}/clj-watson-results.sarif
5353
wait-for-processing: true

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555

5656
# Upload the SARIF file generated in the previous step
5757
- name: Upload SARIF results file
58-
uses: github/codeql-action/upload-sarif@v2
58+
uses: github/codeql-action/upload-sarif@v4
5959
with:
6060
sarif_file: results.sarif

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v2
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v2
59+
uses: github/codeql-action/autobuild@v4
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,7 +69,7 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v2
72+
uses: github/codeql-action/analyze@v4
7373
- name: Upload coverage reports to Codecov
7474
uses: codecov/codecov-action@v3
7575
env:

.github/workflows/codescan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
organization: ${{ secrets.CODESCAN_ORGANIZATION_KEY }}
4444
projectKey: ${{ secrets.CODESCAN_PROJECT_KEY }}
4545
- name: Upload SARIF file
46-
uses: github/codeql-action/upload-sarif@v2
46+
uses: github/codeql-action/upload-sarif@v4
4747
with:
4848
sarif_file: codescan.sarif

.github/workflows/codescaner-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
organization: ${{ secrets.CODESCAN_ORGANIZATION_KEY }}
3333
projectKey: ${{ secrets.CODESCAN_PROJECT_KEY }}
3434
- name: Upload SARIF file
35-
uses: github/codeql-action/upload-sarif@v2
35+
uses: github/codeql-action/upload-sarif@v4
3636
with:
3737
sarif_file: codescan.sarif

0 commit comments

Comments
 (0)