Skip to content

Commit 2ae03b4

Browse files
Bump github/codeql-action from 4.36.1 to 4.36.2 (#565)
1 parent f34c7a2 commit 2ae03b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Initializes the CodeQL tools for scanning.
2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
29+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
3030
with:
3131
languages: ${{ matrix.language }}
3232

@@ -42,7 +42,7 @@ jobs:
4242
go-version: ${{ steps.go_version.outputs.version }}
4343

4444
- name: Autobuild for CodeQL
45-
uses: github/codeql-action/autobuild@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
45+
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
48+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4

0 commit comments

Comments
 (0)