@@ -40,16 +40,16 @@ jobs:
4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v5
43+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4444
4545 - name : Set up Go
46- uses : actions/setup-go@v6
46+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4747 with :
4848 go-version-file : go.mod
4949
5050 # Initializes the CodeQL tools for scanning.
5151 - name : Initialize CodeQL
52- uses : github/codeql-action/init@v4
52+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
5353 with :
5454 languages : ${{ matrix.language }}
5555 # If you wish to specify custom queries, you can do so here or in a config file.
6363 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6464 # If this step fails, then you should remove it and run the build manually (see below)
6565 - name : Autobuild
66- uses : github/codeql-action/autobuild@v4
66+ uses : github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
6767
6868 # ℹ️ Command-line programs to run using the OS shell.
6969 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7676 # ./location_of_script_within_repo/buildscript.sh
7777
7878 - name : Perform CodeQL Analysis
79- uses : github/codeql-action/analyze@v4
79+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
8080 with :
8181 category : " /language:${{matrix.language}}"
0 commit comments