Skip to content

Commit 217d684

Browse files
Merge pull request #65 from UnitVectorY-Labs/dependabot/github_actions/github/codeql-action-4.35.1
Bump github/codeql-action from 4.34.1 to 4.35.1
2 parents 4575c45 + 2e4e8de commit 217d684

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
49+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5050
with:
5151
languages: ${{ matrix.language }}
5252
build-mode: ${{ matrix.build-mode }}
@@ -74,6 +74,6 @@ jobs:
7474
exit 1
7575
7676
- name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
77+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
7878
with:
7979
category: "/language:${{matrix.language}}"

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Upload SARIF file
41-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
41+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4242
with:
4343
sarif_file: results.sarif
4444
category: zizmor

0 commit comments

Comments
 (0)