Skip to content

Commit dc6facc

Browse files
committed
⬆️ Use unpinned SHA for github/codeql-action
They never get updated when pinned by @dependabot
1 parent 8158fe4 commit dc6facc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/policy-node-codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@592977e6ae857384aa79bb31e7a1d62d63449ec5
37+
uses: github/codeql-action/init@v3
3838
with:
3939
languages: ${{ matrix.language }}
4040

4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@592977e6ae857384aa79bb31e7a1d62d63449ec5
42+
uses: github/codeql-action/autobuild@v3
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@592977e6ae857384aa79bb31e7a1d62d63449ec5
45+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)