Skip to content

Commit

Permalink
chore: keep ficing more outdated GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kitos9112 committed Dec 6, 2024
1 parent 04b1851 commit 42a56da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
token: "${{ steps.generate-token.outputs.token }}"

- name: Lint
uses: github/super-linter/slim@v5
uses: github/super-linter/slim@v7.2.0
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "${{ env.DEFAULT_BRANCH }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest-meta-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Labeler
uses: actions/labeler@v4
uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"
3 changes: 2 additions & 1 deletion .github/workflows/pullrequest-scan-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@ jobs:
fetch-depth: 0

- name: Scan Container
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # 0.12.0
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: ${{ matrix.containers }}
vuln-type: os,library
severity: CRITICAL,HIGH
format: template
template: "@/contrib/sarif.tpl"
output: trivy-results.sarif

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit 42a56da

Please sign in to comment.