File tree 9 files changed +16
-16
lines changed
9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 16
16
- name : Checkout
17
17
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
- name : Setup Go
19
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
19
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
20
20
with :
21
21
go-version : 1.23.x
22
22
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
Original file line number Diff line number Diff line change 14
14
- name : Checkout
15
15
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
- name : Setup Go
17
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
17
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
18
18
with :
19
19
go-version : 1.23.x
20
20
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
Original file line number Diff line number Diff line change 41
41
- 'git/**'
42
42
- name : Setup Go
43
43
if : ${{ steps.filter.outputs.git == 'true' || steps.filter.outputs.e2e == 'true' || github.event_name == 'workflow_dispatch' }}
44
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
44
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
45
45
with :
46
46
go-version : 1.23.x
47
47
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
22
22
- name : Checkout
23
23
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
- name : Setup Go
25
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
25
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
26
26
with :
27
27
go-version : 1.23.x
28
28
cache-dependency-path : oci/tests/integration/go.sum
29
29
- name : Setup Terraform
30
30
uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
31
31
- name : configure aws credentials
32
- uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
32
+ uses : aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
33
33
with :
34
34
role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.OCI_E2E_AWS_ASSUME_ROLE_NAME }}
35
35
role-session-name : OCI_GH_Actions
Original file line number Diff line number Diff line change 25
25
- name : Checkout
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Setup Go
28
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
28
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
29
29
with :
30
30
go-version : 1.23.x
31
31
cache-dependency-path : oci/tests/integration/go.sum
Original file line number Diff line number Diff line change 23
23
with :
24
24
repository : fluxcd/test-infra
25
25
- name : Setup Go
26
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
26
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
27
27
with :
28
28
go-version : 1.23.x
29
29
cache-dependency-path : ./tools/reaper/go.sum
70
70
with :
71
71
repository : fluxcd/test-infra
72
72
- name : Setup Go
73
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
73
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
74
74
with :
75
75
go-version : 1.23.x
76
76
cache-dependency-path : ./tools/reaper/go.sum
@@ -93,12 +93,12 @@ jobs:
93
93
with :
94
94
repository : fluxcd/test-infra
95
95
- name : Setup Go
96
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
96
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
97
97
with :
98
98
go-version : 1.23.x
99
99
cache-dependency-path : ./tools/reaper/go.sum
100
100
- name : Authenticate to AWS
101
- uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
101
+ uses : aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
102
102
with :
103
103
role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.CLEANUP_E2E_AWS_ASSUME_ROLE_NAME }}
104
104
role-session-name : cleanup_GH_Actions
Original file line number Diff line number Diff line change 25
25
- name : Checkout
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Setup Go
28
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
28
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
29
29
with :
30
30
go-version : 1.23.x
31
31
cache-dependency-path : oci/tests/integration/go.sum
Original file line number Diff line number Diff line change 50
50
51
51
# Upload the results to GitHub's code scanning dashboard.
52
52
- name : " Upload to code-scanning"
53
- uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
53
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
54
54
with :
55
55
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ jobs:
21
21
- name : Checkout
22
22
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
- name : Setup Go
24
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
24
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
25
25
with :
26
26
go-version : 1.23.x
27
27
cache-dependency-path : |
28
28
**/go.sum
29
29
**/go.mod
30
30
- name : Initialize CodeQL
31
- uses : github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
31
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
32
32
with :
33
33
languages : go
34
34
# 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
35
35
# xref: https://codeql.github.com/codeql-query-help/go/
36
36
queries : security-and-quality
37
37
- name : Autobuild
38
- uses : github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
38
+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
39
39
- name : Perform CodeQL Analysis
40
- uses : github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
40
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
You can’t perform that action at this time.
0 commit comments