File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -45,23 +45,23 @@ jobs:
45
45
uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
46
46
47
47
- name : Setup Go
48
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
48
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
49
49
with :
50
50
go-version : " 1.22"
51
51
if : ${{ matrix.language == 'go' }}
52
52
53
53
# Initializes the CodeQL tools for scanning.
54
54
- name : Initialize CodeQL
55
- uses : github/codeql-action/init@3e0e84636c6f5df46a2cb232ae1dd1384713150d # v2.25.15
55
+ uses : github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
56
56
with :
57
57
languages : ${{ matrix.language }}
58
58
59
59
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
60
60
# If this step fails, then you should remove it and run the build manually
61
61
- name : Autobuild
62
- uses : github/codeql-action/autobuild@3e0e84636c6f5df46a2cb232ae1dd1384713150d # v2.25.15
62
+ uses : github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
63
63
64
64
- name : Perform CodeQL Analysis
65
- uses : github/codeql-action/analyze@3e0e84636c6f5df46a2cb232ae1dd1384713150d # v2.25.15
65
+ uses : github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
66
66
with :
67
67
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 40
40
persist-credentials : false
41
41
42
42
- name : " Run analysis"
43
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
43
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
44
44
with :
45
45
results_file : results.sarif
46
46
results_format : sarif
@@ -57,14 +57,14 @@ jobs:
57
57
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
58
58
# format to the repository Actions tab.
59
59
- name : " Upload artifact"
60
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
60
+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
61
61
with :
62
62
name : SARIF file
63
63
path : results.sarif
64
64
retention-days : 5
65
65
66
66
# Upload the results to GitHub's code scanning dashboard.
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@3e0e84636c6f5df46a2cb232ae1dd1384713150d # v2.25.15
68
+ uses : github/codeql-action/upload-sarif@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
69
69
with :
70
70
sarif_file : resultsFiltered.sarif
Original file line number Diff line number Diff line change 38
38
service_account : ${{ vars.SERVICE_ACCOUNT }}
39
39
access_token_lifetime : 600s
40
40
- name : Setup Go
41
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
41
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
42
42
with :
43
43
go-version : " 1.22"
44
44
- name : Set up build.env with phony secrets.
79
79
access_token_lifetime : 600s
80
80
- id : secrets
81
81
name : Get secrets
82
- uses : google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1 .3
82
+ uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2 .3
83
83
with :
84
84
secrets : |-
85
85
NODEPOOL_SERVICEACCOUNT_EMAIL:${{ vars.GOOGLE_CLOUD_PROJECT }}/NODEPOOL_SERVICEACCOUNT_EMAIL
88
88
- name : Set up Cloud SDK
89
89
uses : google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b # v1.1.1
90
90
- name : " Setup Go"
91
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
91
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
92
92
with :
93
93
go-version : " 1.22"
94
94
- name : Set up QEMU
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Setup Go
29
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
30
30
with :
31
31
go-version : " 1.22"
32
32
- name : Checkout code
58
58
access_token_lifetime : 600s
59
59
- id : secrets
60
60
name : Get secrets
61
- uses : google-github-actions/get-secretmanager-secrets@dc4a1392bad0fd60aee00bb2097e30ef07a1caae # v2.1 .3
61
+ uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2 .3
62
62
with :
63
63
secrets : |-
64
64
NODEPOOL_SERVICEACCOUNT_EMAIL:${{ vars.GOOGLE_CLOUD_PROJECT }}/NODEPOOL_SERVICEACCOUNT_EMAIL
67
67
- name : Set up Cloud SDK
68
68
uses : google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b # v1.1.1
69
69
- name : Setup Go
70
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
70
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
71
71
with :
72
72
go-version : " 1.22"
73
73
- name : Set up QEMU
You can’t perform that action at this time.
0 commit comments