Skip to content

Commit 75f2ed7

Browse files
author
Scott Straughan
committed
Pinned dependencies on CodeQL workflow.
1 parent f7769e6 commit 75f2ed7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
build-mode: none
3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@v3
41+
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
4242
with:
4343
languages: ${{ matrix.language }}
4444
build-mode: ${{ matrix.build-mode }}
@@ -54,6 +54,6 @@ jobs:
5454
exit 1
5555
5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@v3
57+
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c
5858
with:
5959
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)