@@ -35,10 +35,10 @@ jobs:
3535
3636    steps :
3737    - name : Checkout repository 
38-       uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938   #  v4.2.0 
38+       uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
3939
4040    - name : install go 
41-       uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32   #  v5.0.2 
41+       uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed   #  v5.1.0 
4242      with :
4343        #  use version from go.mod file
4444        go-version-file : ' go.mod' 
4747
4848    #  Initializes the CodeQL tools for scanning.
4949    - name : Initialize CodeQL 
50-       uses : github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea   #  v3.26.11 
50+       uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd   #  v3.27.0 
5151      with :
5252        languages : ${{ matrix.language }} 
5353        #  If you wish to specify custom queries, you can do so here or in a config file.
5858    #  Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
5959    #  If this step fails, then you should remove it and run the build manually (see below)
6060    - name : Autobuild 
61-       uses : github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea   #  v3.26.11 
61+       uses : github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd   #  v3.27.0 
6262
6363    #  ℹ️ Command-line programs to run using the OS shell.
6464    #  📚 https://git.io/JvXDl
7272    #    make release
7373
7474    - name : Perform CodeQL Analysis 
75-       uses : github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea   #  v3.26.11 
75+       uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd   #  v3.27.0 
0 commit comments