Skip to content

Commit 6964071

Browse files
authored
Merge pull request #5 from wright-io/minder_replace_unpinned_actions_with_pinned_action
Replace unpinned actions with pinned action
2 parents 8f29621 + 620bedb commit 6964071

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v2
44+
uses: github/codeql-action/init@0affec2c8518bbdc526c092ee84b0fe9c582ecd2 # v2
4545
with:
4646
languages: ${{ matrix.language }}
4747
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -54,7 +54,7 @@ jobs:
5454
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
5555
# If this step fails, then you should remove it and run the build manually (see below)
5656
- name: Autobuild
57-
uses: github/codeql-action/autobuild@v3
57+
uses: github/codeql-action/autobuild@5b6460bd19dedd951c959e366dabbfa22cf5bc25 # v3
5858

5959
# Command-line programs to run using the OS shell.
6060
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -67,6 +67,6 @@ jobs:
6767
# ./location_of_script_within_repo/buildscript.sh
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v3
70+
uses: github/codeql-action/analyze@5b6460bd19dedd951c959e366dabbfa22cf5bc25 # v3
7171
with:
7272
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)