Skip to content

Commit 2f77279

Browse files
chore(deps): update github-actions
1 parent d9fc7b8 commit 2f77279

8 files changed

+14
-14
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
MODULE_NAME=${{ inputs.module-name }}
8282
8383
- name: Run Trivy vulnerability scanner
84-
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
84+
uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # 0.13.1
8585
with:
8686
image-ref: ${{ fromJson(steps.container_meta.outputs.json).tags[0] }}
8787
severity: "CRITICAL"
@@ -90,7 +90,7 @@ jobs:
9090
timeout: 15m
9191

9292
- name: Save Trivy vulnerability attestation
93-
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
93+
uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # 0.13.1
9494
with:
9595
image-ref: ${{ fromJson(steps.container_meta.outputs.json).tags[0] }}
9696
exit-code: "0"

.github/workflows/codeql.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4646

4747
- name: Set up Java
48-
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
48+
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
4949
with:
5050
java-version: "17"
5151
distribution: "adopt"
5252
cache: gradle
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab # v2
56+
uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,7 +66,7 @@ jobs:
6666
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6767
# If this step fails, then you should remove it and run the build manually (see below)
6868
- name: Autobuild
69-
uses: github/codeql-action/autobuild@2cb752a87e96af96708ab57187ab6372ee1973ab # v2
69+
uses: github/codeql-action/autobuild@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
7070

7171
# ℹ️ Command-line programs to run using the OS shell.
7272
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -79,6 +79,6 @@ jobs:
7979
# ./location_of_script_within_repo/buildscript.sh
8080

8181
- name: Perform CodeQL Analysis
82-
uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # v2
82+
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
8383
with:
8484
category: "/language:${{matrix.language}}"

.github/workflows/helm-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: read-all
1010
jobs:
1111
lint:
1212
runs-on: ubuntu-22.04
13-
container: ghcr.io/chgl/kube-powertools:v2.2.7@sha256:10278eaefa090a009ad2b08b2147f2743ec3350be1e0a23a9b29b00430e2352b
13+
container: ghcr.io/chgl/kube-powertools:v2.2.16@sha256:035b8890d3ab4a81be5d5734c53e06cb32cbdecef2a732a9f0da379df391b143
1414
steps:
1515
- name: Add workspace as safe directory
1616
run: |

.github/workflows/mega-linter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
# Git Checkout
3232
- name: Checkout Code
33-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
33+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances
@@ -40,7 +40,7 @@ jobs:
4040
id: ml
4141
# You can override MegaLinter flavor used to have faster performances
4242
# More info at https://oxsecurity.github.io/megalinter/flavors/
43-
uses: oxsecurity/megalinter@a87b2872713c6bdde46d2473c5d7ed23e5752dc2 # v7.4.0
43+
uses: oxsecurity/megalinter@b48455a119cc28045eee8f1e9d0a542a85e71f4f # v7.5.0
4444
env:
4545
# All available variables are described in documentation
4646
# https://oxsecurity.github.io/megalinter/configuration/

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
publish-kyverno-policies:
102102
name: publish kyverno policies
103103
runs-on: ubuntu-22.04
104-
container: ghcr.io/chgl/kube-powertools:v2.2.7@sha256:10278eaefa090a009ad2b08b2147f2743ec3350be1e0a23a9b29b00430e2352b
104+
container: ghcr.io/chgl/kube-powertools:v2.2.16@sha256:035b8890d3ab4a81be5d5734c53e06cb32cbdecef2a732a9f0da379df391b143
105105
continue-on-error: true
106106
steps:
107107
- name: Checkout

.github/workflows/reset-chart-changelog-annotations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
reset-commit-and-push:
1717
name: reset changelog annotations, commit, and push
1818
runs-on: ubuntu-22.04
19-
container: ghcr.io/chgl/kube-powertools:v2.2.7@sha256:10278eaefa090a009ad2b08b2147f2743ec3350be1e0a23a9b29b00430e2352b
19+
container: ghcr.io/chgl/kube-powertools:v2.2.16@sha256:035b8890d3ab4a81be5d5734c53e06cb32cbdecef2a732a9f0da379df391b143
2020
permissions:
2121
contents: write
2222
steps:

.github/workflows/scorecards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
40+
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -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@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
70+
uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
7171
with:
7272
sarif_file: results.sarif

.github/workflows/yamllint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
yamllint:
1919
runs-on: ubuntu-22.04
2020
# contains yamllint
21-
container: ghcr.io/chgl/kube-powertools:v2.2.7@sha256:10278eaefa090a009ad2b08b2147f2743ec3350be1e0a23a9b29b00430e2352b
21+
container: ghcr.io/chgl/kube-powertools:v2.2.16@sha256:035b8890d3ab4a81be5d5734c53e06cb32cbdecef2a732a9f0da379df391b143
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

0 commit comments

Comments
 (0)