@@ -43,15 +43,15 @@ jobs:
4343
4444 steps :
4545 - name : Harden Runner
46- uses : step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
46+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
4747 with :
4848 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
4949 - name : Checkout repository
50- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
50+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151
5252 # Initializes the CodeQL tools for scanning.
5353 - name : Initialize CodeQL
54- uses : github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99
54+ uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
5555 with :
5656 languages : ${{ matrix.language }}
5757 # If you wish to specify custom queries, you can do so here or in a config file.
6565 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6666 # If this step fails, then you should remove it and run the build manually (see below)
6767 - name : Autobuild
68- uses : github/codeql-action/autobuild@74483a38d39275f33fcff5f35b679b5ca4a26a99
68+ uses : github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
6969
7070 # ℹ️ Command-line programs to run using the OS shell.
7171 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7878 # ./location_of_script_within_repo/buildscript.sh
7979
8080 - name : Perform CodeQL Analysis
81- uses : github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99
81+ uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
8282 with :
8383 category : " /language:${{matrix.language}}"
0 commit comments