Skip to content

Commit 759c5f2

Browse files
chore(deps): update github-actions (#489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a76866f commit 759c5f2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/check-links.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Link Checker
2020
id: lychee
21-
uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
21+
uses: lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915 # v2.1.0
2222
with:
2323
args: "--config=.lychee.toml ."
2424
env:

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: read-all
1212

1313
jobs:
1414
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
1616
permissions:
1717
contents: write
1818
id-token: write
@@ -27,7 +27,7 @@ jobs:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
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
3131
permissions:
3232
contents: read
3333
pull-requests: write
@@ -42,7 +42,7 @@ jobs:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343

4444
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
4646
needs:
4747
- build
4848
permissions:

.github/workflows/daily-trivy-scan.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
1515
steps:
1616
- name: Run Trivy vulnerability scanner
17-
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
17+
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
1818
with:
1919
image-ref: "ghcr.io/chgl/kube-powertools:latest"
2020
format: "template"
@@ -23,6 +23,6 @@ jobs:
2323
severity: "CRITICAL,HIGH"
2424

2525
- 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
2727
with:
2828
sarif_file: "trivy-results.sarif"

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- 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
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)