Skip to content

Commit b20cb06

Browse files
committed
fix: update CodeQL actions to SHA-pinned v3 (29b1f65c)
1 parent 27dc79e commit b20cb06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4646

4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
48+
uses: github/codeql-action/init@29b1f65c1f735799893313399435a59f54045865 # v3
4949
with:
5050
languages: ${{ matrix.language }}
5151
build-mode: ${{ matrix.build-mode }}
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
54+
uses: github/codeql-action/analyze@29b1f65c1f735799893313399435a59f54045865 # v3
5555
with:
5656
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)