File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Harden Runner
40- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
40+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
4141 with :
4242 egress-policy : audit
4343 disable-telemetry : true
5555 path : ' **'
5656
5757 - name : Setup Go environment
58- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
58+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
5959 with :
6060 go-version-file : go.mod
6161 cache : false
@@ -130,7 +130,7 @@ jobs:
130130 path : ' **'
131131
132132 - name : Setup Go environment
133- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
133+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
134134 with :
135135 go-version-file : go.mod
136136 cache : false
@@ -164,7 +164,7 @@ jobs:
164164 path : ' **'
165165
166166 - name : Setup Go environment
167- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
167+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
168168 with :
169169 go-version-file : go.mod
170170 cache : false
Original file line number Diff line number Diff line change 4747
4848 steps :
4949 - name : Harden Runner
50- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
50+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
5151 with :
5252 egress-policy : audit
5353 disable-telemetry : true
6262 path : ' **'
6363
6464 - name : Setup Go environment
65- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
65+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
6666 with :
6767 go-version-file : go.mod
6868 cache : false
@@ -74,12 +74,12 @@ jobs:
7474 (cd acceptance && go mod download)
7575
7676 - name : Initialize CodeQL
77- uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
77+ uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
7878 with :
7979 languages : ${{ matrix.language }}
8080
8181 - name : Autobuild
82- uses : github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
82+ uses : github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
8383
8484 - name : Perform CodeQL Analysis
85- uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
85+ uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
44+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
4545 with :
4646 egress-policy : audit
4747 disable-telemetry : true
@@ -58,13 +58,13 @@ jobs:
5858 path : ' **'
5959
6060 - name : Setup Go environment
61- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
61+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
6262 with :
6363 go-version-file : go.mod
6464 cache : false
6565
6666 - name : Setup Node.js environment
67- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
67+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
6868 with :
6969 node-version-file : ' package.json'
7070
Original file line number Diff line number Diff line change 9696 key : main
9797
9898 - name : Setup Go environment
99- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
99+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
100100 with :
101101 go-version-file : go.mod
102102 cache : false
@@ -200,7 +200,7 @@ jobs:
200200 git push -f --tags
201201
202202 - name : Rolling release
203- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
203+ uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
204204 with :
205205 make_latest : true
206206 name : Rolling release
@@ -210,7 +210,7 @@ jobs:
210210 files : dist/*
211211
212212 - name : Versioned release
213- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
213+ uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
214214 with :
215215 make_latest : false
216216 name : ${{ steps.add_tags.outputs.tag_name }}
Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - name : Harden Runner
49- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
49+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
5050 with :
5151 egress-policy : audit
5252 disable-telemetry : true
7575
7676 # Upload the results to GitHub's code scanning dashboard.
7777 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
78+ uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
7979 with :
8080 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3737 key : main
3838 path : ' **'
3939
40- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
40+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
4141 with :
4242 go-version-file : go.mod
4343 cache : false
Original file line number Diff line number Diff line change 3838 REPOSITORY : conforma/conforma.github.io
3939 steps :
4040 - name : Harden Runner
41- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
41+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
4242 with :
4343 egress-policy : audit
4444 disable-telemetry : true
You can’t perform that action at this time.
0 commit comments