Skip to content

Commit 518ad5d

Browse files
authored
Merge pull request #1325 from middyjs/dependabot/github_actions/github/codeql-action-3.28.17
chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17
2 parents 4c1af02 + b75b725 commit 518ad5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ossf-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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
72+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
7373
with:
7474
sarif_file: results.sarif

.github/workflows/test-sast.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ jobs:
5757
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858

5959
- name: Initialize CodeQL
60-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v2.27.7
60+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v2.27.7
6161
with:
6262
languages: ${{ matrix.language }}
6363
queries: +security-and-quality
6464

6565
- name: Autobuild
66-
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v2.27.7
66+
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v2.27.7
6767

6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v2.27.7
69+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v2.27.7
7070
with:
7171
category: '/language:${{ matrix.language }}'
7272

0 commit comments

Comments
 (0)