@@ -50,11 +50,11 @@ jobs:
5050 egress-policy : audit
5151
5252 - name : Checkout repository
53- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
53+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454
5555 # Initializes the CodeQL tools for scanning.
5656 - name : Initialize CodeQL
57- uses : github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
57+ uses : github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
5858 with :
5959 languages : ${{ matrix.language }}
6060 # If you wish to specify custom queries, you can do so here or in a config file.
6464 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565 # If this step fails, then you should remove it and run the build manually (see below)
6666 - name : Autobuild
67- uses : github/codeql-action/autobuild@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
67+ uses : github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
6868
6969 # ℹ️ Command-line programs to run using the OS shell.
7070 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7777 # ./location_of_script_within_repo/buildscript.sh
7878
7979 - name : Perform CodeQL Analysis
80- uses : github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
80+ uses : github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
8181 with :
8282 category : " /language:${{matrix.language}}"
0 commit comments