Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mchmarny/vimp
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed Apr 16, 2023
2 parents 72afc95 + 6ad6a3f commit bd2a809
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
${{ runner.os }}-go-
- name: Checkout Code
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: Tidy Modules
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-tag-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Checkout Code
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Prune Git History
run: git fetch --prune --unshallow
- name: Install Syft
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/score.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id-token: write
steps:
- name: "Checkout code"
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.1.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0
with:
persist-credentials: false
- name: "Run analysis"
Expand All @@ -31,6 +31,6 @@ jobs:
path: results.sarif
retention-days: 5
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
uses: github/codeql-action/upload-sarif@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/slsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:

- name: Checkout Code
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- id: auth
name: Auth GCP
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Checkout Code
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.4.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.4.0
- name: Tidy Modules
run: |
make tidy
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Checkout Code
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.4.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.4.0
- name: Tidy Modules
run: |
make tidy
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Checkout Code
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.4.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.4.0
- name: Tidy Modules
run: |
make tidy
Expand All @@ -137,7 +137,7 @@ jobs:
security-events: write
steps:
- name: Checkout Code
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.4.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.4.0
- name: Scan Repo
uses: aquasecurity/trivy-action@1f0aa582c8c8f5f7639610d6d38baddfea4fdcee # v0.9.2
with:
Expand All @@ -149,6 +149,6 @@ jobs:
severity: ${{ inputs.scan-severity }}
exit-code: '1'
- name: Upload Report
uses: github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.11.6
uses: github/codeql-action/upload-sarif@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.11.6
with:
sarif_file: 'trivy-results.sarif'

0 comments on commit bd2a809

Please sign in to comment.