Skip to content

Commit eb39bb4

Browse files
authored
Merge pull request #577 from netscaler/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents f3d1c59 + ea7304c commit eb39bb4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cat bandit-output.sarif
3333
3434
- name: Upload Bandit scan results to GitHub Security tab
35-
uses: github/codeql-action/upload-sarif@v3
35+
uses: github/codeql-action/upload-sarif@v4
3636
with:
3737
sarif_file: "bandit-output.sarif"
3838

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run ansible-lint
3737
run: ansible-lint
3838
- name: Upload SARIF file
39-
uses: github/codeql-action/upload-sarif@v3
39+
uses: github/codeql-action/upload-sarif@v4
4040
with:
4141
# Path to SARIF file relative to the root of the repository
4242
sarif_file: ansible_lint_result.sarif

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
# Upload the results to GitHub's code scanning dashboard (optional).
7070
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7171
- name: "Upload to code-scanning"
72-
uses: github/codeql-action/upload-sarif@v3
72+
uses: github/codeql-action/upload-sarif@v4
7373
with:
7474
sarif_file: results.sarif

0 commit comments

Comments
 (0)