Skip to content

Commit 397e8ff

Browse files
ci: pin github/codeql-action references to commit SHA (#22458)
Replace the three remaining tag-pinned references to github/codeql-action@v4.35.5 in qa-codeql.yml with their resolved commit SHA (9e0d7b8d25671d64c341c19c0152d693099fb5ba). Tag pinning allows an upstream tag to be silently retargeted at a new commit; SHA pinning removes that risk and brings these three references in line with the rest of the repo's actions, which are already SHA-pinned. Co-authored-by: Agent <279763771+playpen-agent@users.noreply.github.com>
1 parent bc3c12a commit 397e8ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/qa-codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Setup authentik env
2929
uses: ./.github/actions/setup
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@v4.35.5
31+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
3232
with:
3333
languages: ${{ matrix.language }}
3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@v4.35.5
35+
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v4.35.5
37+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5

0 commit comments

Comments
 (0)