Skip to content

Commit a526444

Browse files
committed
Pinned SHA
1 parent 09bfc07 commit a526444

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
branches: [ "main" ]
1919
schedule:
2020
- cron: '26 23 * * 2'
21+
workflow_dispatch:
2122

2223
jobs:
2324
analyze:
@@ -57,7 +58,7 @@ jobs:
5758
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5859
steps:
5960
- name: Checkout repository
60-
uses: actions/checkout@v4
61+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6162

6263
# Add any setup steps before running the `github/codeql-action/init` action.
6364
# This includes steps like installing compilers or runtimes (`actions/setup-node`
@@ -67,7 +68,7 @@ jobs:
6768

6869
# Initializes the CodeQL tools for scanning.
6970
- name: Initialize CodeQL
70-
uses: github/codeql-action/init@v3
71+
uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
7172
with:
7273
languages: ${{ matrix.language }}
7374
build-mode: ${{ matrix.build-mode }}
@@ -95,6 +96,6 @@ jobs:
9596
exit 1
9697
9798
- name: Perform CodeQL Analysis
98-
uses: github/codeql-action/analyze@v3
99+
uses: github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
99100
with:
100101
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)