File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 steps :
5757 - name : Harden Runner
58- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
58+ uses : step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
5959 with :
6060 egress-policy : audit
6161
6868
6969 # Initializes the CodeQL tools for scanning.
7070 - name : Initialize CodeQL
71- uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
71+ uses : github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.29.5
7272 with :
7373 languages : ${{ matrix.language }}
7474 # If you wish to specify custom queries, you can do so here or in a config file.
7878 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7979 # If this step fails, then you should remove it and run the build manually (see below)
8080 - name : Autobuild
81- uses : github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
81+ uses : github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.29.5
8282
8383 # ℹ️ Command-line programs to run using the OS shell.
8484 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
9191 # ./location_of_script_within_repo/buildscript.sh
9292
9393 - name : Perform CodeQL Analysis
94- uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
94+ uses : github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.29.5
9595 with :
9696 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Harden Runner
34- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
34+ uses : step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
3535 with :
3636 egress-policy : audit
3737
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Harden Runner
33- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
33+ uses : step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
3434 with :
3535 egress-policy : audit
3636
Original file line number Diff line number Diff line change 2828 issues : write
2929 steps :
3030 - name : Harden Runner
31- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
31+ uses : step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
3232 with :
3333 egress-policy : audit
3434
Original file line number Diff line number Diff line change 7070
7171 steps :
7272 - name : Harden Runner
73- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
73+ uses : step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
7474 with :
7575 egress-policy : audit
7676
@@ -90,10 +90,10 @@ jobs:
9090 password : ${{ secrets.GITHUB_TOKEN }}
9191
9292 - name : Set up QEMU
93- uses : docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2 .0
93+ uses : docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3 .0
9494
9595 - name : Set up Docker Buildx
96- uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
96+ uses : docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3 .0
9797
9898 - name : Download GoReleaser
9999 run : go install github.com/goreleaser/goreleaser@v1.23.0
Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Harden Runner
48- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
48+ uses : step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
4949 with :
5050 egress-policy : audit
5151
8585
8686 # Upload the results to GitHub's code scanning dashboard.
8787 - name : " Upload to code-scanning"
88- uses : github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.29.5
88+ uses : github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.29.5
8989 with :
9090 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Harden Runner
30- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
30+ uses : step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
3131 with :
3232 egress-policy : audit
3333
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@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
5555 with :
5656 egress-policy : audit
5757
You can’t perform that action at this time.
0 commit comments