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 
@@ -54,11 +54,11 @@ jobs:
5454            release-assets.githubusercontent.com:443 
5555
5656       - name : Checkout repository 
57-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
57+         uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955   #  v4.3.0 
5858
5959      #  Initializes the CodeQL tools for scanning.
6060      - name : Initialize CodeQL 
61-         uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8   #  v3.29.4 
61+         uses : github/codeql-action/init@755f44910c12a3d7ca0d8c6e42c048b3362f7cec   #  v3.30.8 
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@4e828ff8d448a8a6e532957b1811f387a63867e8   #  v3.29.4 
71+         uses : github/codeql-action/autobuild@755f44910c12a3d7ca0d8c6e42c048b3362f7cec   #  v3.30.8 
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@4e828ff8d448a8a6e532957b1811f387a63867e8   #  v3.29.4 
84+         uses : github/codeql-action/analyze@755f44910c12a3d7ca0d8c6e42c048b3362f7cec   #  v3.30.8 
8585        with :
8686          category : " /language:${{matrix.language}}" 
0 commit comments