@@ -54,11 +54,11 @@ jobs:
5454 release-assets.githubusercontent.com:443
5555
5656 - name : Checkout repository
57- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
57+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5858
5959 # Initializes the CodeQL tools for scanning.
6060 - name : Initialize CodeQL
61- uses : github/codeql-action/init@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
61+ uses : github/codeql-action/init@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
6262 with :
6363 languages : ${{ matrix.language }}
6464 # If you wish to specify custom queries, you can do so here or in a config file.
6868 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6969 # If this step fails, then you should remove it and run the build manually (see below)
7070 - name : Autobuild
71- uses : github/codeql-action/autobuild@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
71+ uses : github/codeql-action/autobuild@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
7272
7373 # ℹ️ Command-line programs to run using the OS shell.
7474 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8181 # ./location_of_script_within_repo/buildscript.sh
8282
8383 - name : Perform CodeQL Analysis
84- uses : github/codeql-action/analyze@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
84+ uses : github/codeql-action/analyze@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
8585 with :
8686 category : " /language:${{matrix.language}}"
0 commit comments