File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
43
+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
44
44
with :
45
45
languages : ${{ matrix.language }}
46
46
# If you wish to specify custom queries, you can do so here or in a config file.
51
51
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52
52
# If this step fails, then you should remove it and run the build manually (see below)
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
54
+ uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
55
55
56
56
# ℹ️ Command-line programs to run using the OS shell.
57
57
# 📚 https://git.io/JvXDl
65
65
# make release
66
66
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
68
+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
Original file line number Diff line number Diff line change 38
38
- name : ' Checkout Repository'
39
39
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
40
- name : ' Dependency Review'
41
- uses : actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
41
+ uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
42
42
43
43
- name : Build and push Docker image
44
44
id : push
45
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
45
+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
46
46
with :
47
47
context : .
48
48
push : true
49
49
tags : ${{ steps.meta.outputs.tags }}
50
50
labels : ${{ steps.meta.outputs.labels }}
51
51
52
52
- name : Generate artifact attestation
53
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
53
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
54
54
# only publish attestation for our release builds
55
55
if : startsWith(github.ref, 'refs/tags/v')
56
56
with :
Original file line number Diff line number Diff line change 17
17
os : [ ubuntu-latest ]
18
18
steps :
19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
20
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
21
21
with :
22
22
go-version-file : go.mod
23
23
cache : false # golangci/golangci-lint-action maintains its own cache
Original file line number Diff line number Diff line change 39
39
40
40
# Upload the results to GitHub's code scanning dashboard.
41
41
- name : " Upload to code-scanning"
42
- uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
42
+ uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
43
43
with :
44
44
sarif_file : results.sarif
Original file line number Diff line number Diff line change 18
18
id-token : write # Needed to pick up on signing with a GitHub workflow identity.
19
19
steps :
20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
21
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
22
22
with :
23
23
go-version-file : go.mod
24
24
cache : true
39
39
os : [ ubuntu-latest ]
40
40
steps :
41
41
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
42
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
43
43
with :
44
44
go-version-file : go.mod
45
45
cache : true
You can’t perform that action at this time.
0 commit comments