File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 98
98
if : github.ref_type == 'tag'
99
99
100
100
- name : Install Cosign
101
- uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5 .0
101
+ uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6 .0
102
102
if : github.ref_type == 'tag'
103
103
104
104
- name : Setup Snapcraft
Original file line number Diff line number Diff line change 57
57
58
58
# Initializes the CodeQL tools for scanning.
59
59
- name : Initialize CodeQL
60
- uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
60
+ uses : github/codeql-action/init@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
61
61
with :
62
62
languages : ${{ matrix.language }}
63
63
build-mode : ${{ matrix.build-mode }}
69
69
# queries: security-extended,security-and-quality
70
70
71
71
- name : Perform CodeQL Analysis
72
- uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
72
+ uses : github/codeql-action/analyze@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
73
73
with :
74
74
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
25
26
26
- name : Scan
27
- uses : fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
27
+ uses : fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # v1.4.0
28
28
with :
29
29
api-key : ${{ secrets.FOSSA_TOKEN }}
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
49
49
# format to the repository Actions tab.
50
50
- name : " Upload artifact"
51
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
51
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
52
52
with :
53
53
name : SARIF file
54
54
path : results.sarif
55
55
retention-days : 5
56
56
57
57
# Upload the results to GitHub's code scanning dashboard.
58
58
- name : " Upload to code-scanning"
59
- uses : github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
59
+ uses : github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
60
60
with :
61
61
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/aws/aws-sdk-go-v2/config v1.27.27
10
10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11
11
11
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.43.3
12
- github.com/aws/aws-sdk-go-v2/service/ec2 v1.173 .0
12
+ github.com/aws/aws-sdk-go-v2/service/ec2 v1.174 .0
13
13
github.com/nginxinc/nginx-plus-go-client v1.2.2
14
14
gopkg.in/yaml.v2 v2.4.0
15
15
)
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 h1:hT8rVHwugYE2lEfdFE0QWVo81lF7
40
40
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 /go.mod h1:8tu/lYfQfFe6IGnaOdrpVgEL2IrrDOf6/m9RQum4NkY =
41
41
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.43.3 h1:y4kBd6IXizNoJ1QnVa1kFFmonxnv6mm6z+q7z0Jkdhg =
42
42
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.43.3 /go.mod h1:j2WsKJ/NQS+y8JUgpv+BBzyzddNZP2SG60fB5aQBZaA =
43
- github.com/aws/aws-sdk-go-v2/service/ec2 v1.173 .0 h1:ta62lid9JkIpKZtZZXSj6rP2AqY5x1qYGq53ffxqD9Q =
44
- github.com/aws/aws-sdk-go-v2/service/ec2 v1.173 .0 /go.mod h1:o6QDjdVKpP5EF0dp/VlvqckzuSDATr1rLdHt3A5m0YY =
43
+ github.com/aws/aws-sdk-go-v2/service/ec2 v1.174 .0 h1:xY25etxTt0mYfWVWv8DjIUcJQyX2cwBeInpIvg6Sbsw =
44
+ github.com/aws/aws-sdk-go-v2/service/ec2 v1.174 .0 /go.mod h1:o6QDjdVKpP5EF0dp/VlvqckzuSDATr1rLdHt3A5m0YY =
45
45
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 h1:dT3MqvGhSoaIhRseqw2I0yH81l7wiR2vjs57O51EAm8 =
46
46
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 /go.mod h1:GlAeCkHwugxdHaueRr4nhPuY+WW+gR8UjlcqzPr1SPI =
47
47
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 h1:HGErhhrxZlQ044RiM+WdoZxp0p+EGM62y3L6pwA4olE =
You can’t perform that action at this time.
0 commit comments