File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20 .0
44+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21 .0
4545 with :
4646 egress-policy : audit
4747
5454 go-version-file : " go.mod"
5555 # Initializes the CodeQL tools for scanning.
5656 - name : Initialize CodeQL
57- uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
57+ uses : github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.29.5
5858 with :
5959 languages : ${{ matrix.language }}
6060 # If you wish to specify custom queries, you can do so here or in a config file.
6464 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565 # If this step fails, then you should remove it and run the build manually (see below)
6666 - name : Autobuild
67- uses : github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
67+ uses : github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.29.5
6868
6969 # ℹ️ Command-line programs to run using the OS shell.
7070 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7777 # ./location_of_script_within_repo/buildscript.sh
7878
7979 - name : Perform CodeQL Analysis
80- uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
80+ uses : github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.29.5
8181 with :
8282 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20 .0
20+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21 .0
2121 with :
2222 egress-policy : audit
2323
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 ${{ runner.os }}-go-
112112
113113 - name : Login to GitHub Container Registry
114- uses : docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
114+ uses : docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
115115 with :
116116 registry : ghcr.io
117117 username : ${{ github.actor }}
@@ -121,7 +121,7 @@ jobs:
121121 uses : sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
122122
123123 - name : Install syft
124- uses : anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
124+ uses : anchore/sbom-action/download-syft@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2
125125
126126 - name : Download GoReleaser
127127 run : go install github.com/goreleaser/goreleaser/v2@v2.13.1
Original file line number Diff line number Diff line change 7575
7676 # Upload the results to GitHub's code scanning dashboard.
7777 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # tag=v3.29.5
78+ uses : github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # tag=v3.29.5
7979 with :
8080 sarif_file : results.sarif
Original file line number Diff line number Diff line change 5151 id-token : write
5252 steps :
5353 - name : Harden Runner
54- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20 .0
54+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21 .0
5555 with :
5656 egress-policy : audit
5757
You can’t perform that action at this time.
0 commit comments