File tree Expand file tree Collapse file tree 8 files changed +246
-183
lines changed Expand file tree Collapse file tree 8 files changed +246
-183
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,15 @@ jobs:
2929 VAULT_ADDR : " http://127.0.0.1:8200"
3030 steps :
3131 - name : Set up Go ${{ matrix.go-version }}
32- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
32+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
3333 with :
3434 go-version : ${{ matrix.go-version }}
3535 id : go
3636
3737 - name : Check out code into the Go module directory
3838 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+ with :
40+ persist-credentials : false
3941
4042 - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4143 with :
9496 steps :
9597 - name : Check out code
9698 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99+ with :
100+ persist-credentials : false
97101
98102 # Rustup will detect toolchain version and profile from rust-toolchain.toml
99103 # It will download and install the toolchain and components automatically
Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ jobs:
3030 steps :
3131 - name : Checkout code
3232 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+ with :
34+ persist-credentials : false
3335
3436 # Initializes the CodeQL tools for scanning.
3537 - name : Initialize CodeQL
36- uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
38+ uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
3739 with :
3840 languages : go
3941 # xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5052 make install
5153
5254 - name : Perform CodeQL Analysis
53- uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
55+ uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
5456 with :
5557 category : " /language:go"
Original file line number Diff line number Diff line change 2424 steps :
2525 - name : Checkout code
2626 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ with :
28+ persist-credentials : false
2729
2830 - name : Install rstcheck and markdownlint
2931 run : |
Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Check out code
2424 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+ with :
26+ persist-credentials : false
2527
2628 # Rustup will detect toolchain version and profile from rust-toolchain.toml
2729 # It will download and install the toolchain and components automatically
Original file line number Diff line number Diff line change @@ -28,15 +28,16 @@ jobs:
2828 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 with :
3030 fetch-depth : 0
31+ persist-credentials : false
3132
3233 - name : Setup Go
33- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v4.0.1
34+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v4.0.1
3435 with :
3536 go-version-file : go.mod
3637 cache : false
3738
3839 - name : Setup Syft
39- uses : anchore/sbom-action/download-syft@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
40+ uses : anchore/sbom-action/download-syft@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
4041
4142 - name : Setup Cosign
4243 uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
4546 uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
4647
4748 - name : Setup Docker Buildx
48- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
49+ uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
4950
5051 - name : Login to GitHub Container Registry
5152 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
You can’t perform that action at this time.
0 commit comments