@@ -53,11 +53,11 @@ jobs:
5353 release-assets.githubusercontent.com:443
5454
5555 - name : Checkout repository
56- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
56+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5757
5858 # Initializes the CodeQL tools for scanning.
5959 - name : Initialize CodeQL
60- uses : github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
60+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6161 with :
6262 languages : ${{ matrix.language }}
6363 # If you wish to specify custom queries, you can do so here or in a config file.
7070 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
7171 # If this step fails, then you should remove it and run the build manually (see below)
7272 - name : Autobuild
73- uses : github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
73+ uses : github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
7474
7575 # ℹ️ Command-line programs to run using the OS shell.
7676 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8383 # ./location_of_script_within_repo/buildscript.sh
8484
8585 - name : Perform CodeQL Analysis
86- uses : github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
86+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
8787 with :
8888 category : " /language:${{matrix.language}}"
0 commit comments