Skip to content

Commit 1757563

Browse files
committed
fix: update CodeQL actions to SHA-pinned v3 (29b1f65c)
1 parent 577b91d commit 1757563

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
@@ -28,11 +28,11 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.28.1
31+
uses: github/codeql-action/init@29b1f65c1f735799893313399435a59f54045865 # v3
3232
with:
3333
languages: ${{ matrix.language }}
3434
build-mode: ${{ matrix.build-mode }}
3535
- name: Perform CodeQL Analysis
36-
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.28.1
36+
uses: github/codeql-action/analyze@29b1f65c1f735799893313399435a59f54045865 # v3
3737
with:
3838
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)