@@ -41,25 +41,25 @@ jobs:
4141
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
44+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
4545 with :
4646 egress-policy : audit
4747 disable-telemetry : true
4848
4949 - name : Checkout repository
50- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
5151
5252
5353 - name : Setup Go environment
54- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
54+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6 .0
5555 with :
5656 cache : true
5757 go-version-file : go.mod
5858 cache-dependency-path : ' **/go.sum'
5959
6060 # Initializes the CodeQL tools for scanning.
6161 - name : Initialize CodeQL
62- uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
62+ uses : github/codeql-action/init@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3.32.4
6363 with :
6464 languages : ${{ matrix.language }}
6565 # If you wish to specify custom queries, you can do so here or in a config file.
6969 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7070 # If this step fails, then you should remove it and run the build manually (see below)
7171 - name : Autobuild
72- uses : github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
72+ uses : github/codeql-action/autobuild@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3.32.4
7373
7474 # ℹ️ Command-line programs to run using the OS shell.
7575 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8282 # ./location_of_script_within_repo/buildscript.sh
8383
8484 - name : Perform CodeQL Analysis
85- uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
85+ uses : github/codeql-action/analyze@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3.32.4
8686 with :
8787 category : " /language:${{matrix.language}}"
0 commit comments