@@ -51,16 +51,16 @@ jobs:
5151
5252 steps :
5353 - name : Harden Runner
54- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2
54+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2
5555 with :
5656 egress-policy : audit
5757
5858 - name : Checkout repository
59- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
59+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6060
6161 # Initializes the CodeQL tools for scanning.
6262 - name : Initialize CodeQL
63- uses : github/codeql-action/init@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3
63+ uses : github/codeql-action/init@f94c9befffa4412c356fb5463a959ab7821dd57e # v3
6464 with :
6565 languages : ${{ matrix.language }}
6666 # If you wish to specify custom queries, you can do so here or in a config file.
7373 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
7474 # If this step fails, then you should remove it and run the build manually (see below)
7575 - name : Autobuild
76- uses : github/codeql-action/autobuild@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3
76+ uses : github/codeql-action/autobuild@f94c9befffa4412c356fb5463a959ab7821dd57e # v3
7777
7878 # ℹ️ Command-line programs to run using the OS shell.
7979 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8686 # ./location_of_script_within_repo/buildscript.sh
8787
8888 - name : Perform CodeQL Analysis
89- uses : github/codeql-action/analyze@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3
89+ uses : github/codeql-action/analyze@f94c9befffa4412c356fb5463a959ab7821dd57e # v3
9090 with :
9191 category : ' /language:${{matrix.language}}'
0 commit comments