Skip to content

Commit 48c4256

Browse files
committed
Update actions
1 parent d05fddd commit 48c4256

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sbom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: recursive
3333

3434
- name: Create SBOM with Trivy
35-
uses: aquasecurity/trivy-action@0.35.0
35+
uses: aquasecurity/trivy-action@0.36.0
3636
env:
3737
TRIVY_SHOW_SUPPRESSED: 1
3838
TRIVY_IGNOREFILE: "./.trivyignore.yaml"
@@ -45,7 +45,7 @@ jobs:
4545
scanners: "vuln"
4646

4747
- name: Create security advisory file with Trivy
48-
uses: aquasecurity/trivy-action@0.35.0
48+
uses: aquasecurity/trivy-action@0.36.0
4949
env:
5050
TRIVY_SHOW_SUPPRESSED: 1
5151
TRIVY_IGNOREFILE: "./.trivyignore.yaml"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
submodules: recursive
4545

4646
- name: Scan code with Trivy
47-
uses: aquasecurity/trivy-action@0.35.0
47+
uses: aquasecurity/trivy-action@0.36.0
4848
env:
4949
TRIVY_SHOW_SUPPRESSED: 1
5050
TRIVY_IGNOREFILE: "./.trivyignore.yaml"

.github/workflows/update-pnpm-hash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# Only commit when the hash actually changed; skip if it was already correct.
8080
- name: Commit updated hash
8181
if: steps.hash.outputs.current != steps.hash.outputs.new
82-
uses: actions/github-script@v7
82+
uses: actions/github-script@v9
8383
env:
8484
OLD_HASH: ${{ steps.hash.outputs.current }}
8585
NEW_HASH: ${{ steps.hash.outputs.new }}

0 commit comments

Comments
 (0)