ci: pin actions/checkout to full semver
CI / Test Setup Trivy amd64 (pull_request) Successful in 10s
CI / Test Setup DB (pull_request) Successful in 18s
CI / Test Get Images From Files (pull_request) Successful in 6s
CI / Test Merge SARIF Files (pull_request) Successful in 5s
CI / Test Setup Trivy arm64 (pull_request) Successful in 1m12s

This commit is contained in:
2026-06-13 12:46:43 +02:00
parent bdca988717
commit 8d45f4924e
+2 -2
View File
@@ -7,7 +7,7 @@ jobs:
test-setup-trivy: test-setup-trivy:
strategy: strategy:
matrix: matrix:
arch: [ amd64, arm64 ] arch: [amd64, arm64]
name: Test Setup Trivy ${{ matrix.arch }} name: Test Setup Trivy ${{ matrix.arch }}
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
@@ -88,7 +88,7 @@ jobs:
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Merge SARIF Files - name: Merge SARIF Files
uses: ./merge-sarif-files uses: ./merge-sarif-files
with: with: