4141
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
44+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
4545 with :
4646 disable-sudo : true
4747 egress-policy : block
@@ -56,14 +56,14 @@ jobs:
5656 - name : Checkout repository
5757 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858
59- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
59+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
6060 with :
6161 go-version : " 1.24"
6262 check-latest : true
6363
6464 # Initializes the CodeQL tools for scanning.
6565 - name : Initialize CodeQL
66- uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
66+ uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
6767 with :
6868 languages : ${{ matrix.language }}
6969 # If you wish to specify custom queries, you can do so here or in a config file.
7373 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7474 # If this step fails, then you should remove it and run the build manually (see below)
7575 - name : Autobuild
76- uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
76+ uses : github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
7777
7878 # ℹ️ Command-line programs to run using the OS shell.
7979 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8686 # ./location_of_script_within_repo/buildscript.sh
8787
8888 - name : Perform CodeQL Analysis
89- uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
89+ uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
9090 with :
9191 category : " /language:${{matrix.language}}"
0 commit comments