4141
4242    steps :
4343      - name : Harden Runner 
44-         uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911   #  v2.13.0 
44+         uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a   #  v2.13.1 
4545        with :
4646          disable-sudo : true 
4747          egress-policy : block 
@@ -52,11 +52,11 @@ jobs:
5252            uploads.github.com:443 
5353
5454name : Checkout repository 
55-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
55+         uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3.0 
5656
5757      #  Initializes the CodeQL tools for scanning.
5858      - name : Initialize CodeQL 
59-         uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b   #  v3.29.2 
59+         uses : github/codeql-action/init@d198d2fabf39a7f36b5ce57ce70d4942944f006e   #  v3.31.0 
6060        with :
6161          languages : ${{ matrix.language }} 
6262          #  If you wish to specify custom queries, you can do so here or in a config file.
6666      #  Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
6767      #  If this step fails, then you should remove it and run the build manually (see below)
6868      - name : Autobuild 
69-         uses : github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b   #  v3.29.2 
69+         uses : github/codeql-action/autobuild@d198d2fabf39a7f36b5ce57ce70d4942944f006e   #  v3.31.0 
7070
7171      #  ℹ️ Command-line programs to run using the OS shell.
7272      #  📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7979      #    ./location_of_script_within_repo/buildscript.sh
8080
8181      - name : Perform CodeQL Analysis 
82-         uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b   #  v3.29.2 
82+         uses : github/codeql-action/analyze@d198d2fabf39a7f36b5ce57ce70d4942944f006e   #  v3.31.0 
8383        with :
8484          category : " /language:${{matrix.language}}" 
0 commit comments