@@ -40,19 +40,19 @@ jobs:
4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444
4545 # TODO(#740): Workaround for go1.21 compatibility. Remove when GHA runners have Go 1.21+.
4646 - name : setup-go
47- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
47+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4848 with :
4949 go-version-file : " go.mod"
5050 # not needed but gets rid of warnings
5151 cache : false
5252
5353 # Initializes the CodeQL tools for scanning.
5454 - name : Initialize CodeQL
55- uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
55+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
5656 with :
5757 languages : ${{ matrix.language }}
5858 # 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#, 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@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
66+ uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
6767 # Command-line programs to run using the OS shell.
6868 # 📚 https://git.io/JvXDl
6969
7676 # make release
7777
7878 - name : Perform CodeQL Analysis
79- uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
79+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
0 commit comments