Skip to content

Commit 264e640

Browse files
authored
Merge pull request #6393 from cortexproject/dependabot/github_actions/actions-dependencies-7f6d3396cb
Bump github/codeql-action from 3.27.5 to 3.27.6 in the actions-dependencies group
2 parents 84b2aa0 + f38d829 commit 264e640

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
# Upload the results to GitHub's code scanning dashboard (optional).
6565
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6666
- name: "Upload to code-scanning"
67-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
67+
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
6868
with:
6969
sarif_file: results.sarif

Diff for: .github/workflows/test-build-deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ jobs:
7575

7676
# Initializes the CodeQL tools for scanning.
7777
- name: Initialize CodeQL
78-
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
78+
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
7979
with:
8080
languages: go
8181

8282
- name: Autobuild
83-
uses: github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
83+
uses: github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
8484

8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
86+
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
8787

8888

8989
build:

0 commit comments

Comments
 (0)