@@ -46,15 +46,15 @@ jobs:
4646
4747 steps :
4848 - name : Checkout repository
49- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
49+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
51- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
51+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
5252 with :
5353 go-version : ' 1.22'
5454
5555 # Initializes the CodeQL tools for scanning.
5656 - name : Initialize CodeQL
57- uses : github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24 .9
57+ uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28 .9
5858 with :
5959 languages : ${{ matrix.language }}
6060 # 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#, Go, Java, or Swift).
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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24 .9
71+ uses : github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28 .9
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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24 .9
84+ uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28 .9
8585 with :
8686 category : " /language:${{matrix.language}}"
0 commit comments