Skip to content

Commit e812d67

Browse files
authored
Merge pull request #487 from kagenti/dependabot/github_actions/github/codeql-action-4.36.2
build(deps): Bump github/codeql-action from 4.36.1 to 4.36.2
2 parents f3358b1 + 294850c commit e812d67

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
publish_results: true
4141

4242
- name: Upload SARIF to Security tab
43-
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
43+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
4444
with:
4545
sarif_file: scorecard.sarif
4646

.github/workflows/security-scans.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,16 +266,16 @@ jobs:
266266
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
267267

268268
- name: Initialize CodeQL
269-
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
269+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
270270
with:
271271
languages: ${{ matrix.language }}
272272
config-file: ./.github/codeql/codeql-config.yml
273273

274274
- name: Autobuild
275-
uses: github/codeql-action/autobuild@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
275+
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
276276

277277
- name: Perform CodeQL Analysis
278-
uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
278+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
279279
with:
280280
category: "/language:${{ matrix.language }}"
281281

0 commit comments

Comments
 (0)