Commit 759c5f2 1 parent a76866f commit 759c5f2 Copy full SHA for 759c5f2
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- name : Link Checker
20
20
id : lychee
21
- uses : lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
21
+ uses : lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915 # v2.1.0
22
22
with :
23
23
args : " --config=.lychee.toml ."
24
24
env :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions: read-all
12
12
13
13
jobs :
14
14
build :
15
- uses : chgl/.github/.github/workflows/standard-build.yaml@43c1969604639a286ff52aec498e1eb46a21e508 # v1.8.4
15
+ uses : chgl/.github/.github/workflows/standard-build.yaml@bc38fcaae865b5c200914fdf58239ba902a13842 # v1.8.5
16
16
permissions :
17
17
contents : write
18
18
id-token : write
27
27
github-token : ${{ secrets.GITHUB_TOKEN }}
28
28
29
29
lint :
30
- uses : chgl/.github/.github/workflows/standard-lint.yaml@43c1969604639a286ff52aec498e1eb46a21e508 # v1.8.4
30
+ uses : chgl/.github/.github/workflows/standard-lint.yaml@bc38fcaae865b5c200914fdf58239ba902a13842 # v1.8.5
31
31
permissions :
32
32
contents : read
33
33
pull-requests : write
42
42
github-token : ${{ secrets.GITHUB_TOKEN }}
43
43
44
44
release :
45
- uses : chgl/.github/.github/workflows/standard-release.yaml@43c1969604639a286ff52aec498e1eb46a21e508 # v1.8.4
45
+ uses : chgl/.github/.github/workflows/standard-release.yaml@bc38fcaae865b5c200914fdf58239ba902a13842 # v1.8.5
46
46
needs :
47
47
- build
48
48
permissions :
Original file line number Diff line number Diff line change 14
14
security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
15
15
steps :
16
16
- name : Run Trivy vulnerability scanner
17
- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28 .0
17
+ uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29 .0
18
18
with :
19
19
image-ref : " ghcr.io/chgl/kube-powertools:latest"
20
20
format : " template"
23
23
severity : " CRITICAL,HIGH"
24
24
25
25
- name : Upload Trivy scan results to GitHub Security tab
26
- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
26
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
27
27
with :
28
28
sarif_file : " trivy-results.sarif"
Original file line number Diff line number Diff line change 67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
70
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments