Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/osv-scanner-reusable-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
git submodule update --recursive
- name: "Run scanner on existing code"
id: "scan-old"
uses: google/osv-scanner-action/osv-scanner-action@baa4139e56d6312335d899e6ba045fa16d1d3d0b # v2.5.1

Check warning on line 89 in .github/workflows/osv-scanner-reusable-pr.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

osv-scanner-reusable-pr.yml:89: action's hash pin has mismatched or missing version comment: points to commit 6e4298ebc4db
env:
GOTOOLCHAIN: auto
continue-on-error: true
Expand All @@ -102,7 +102,7 @@
git submodule update --recursive
- name: "Run scanner on new code"
id: "scan-new"
uses: google/osv-scanner-action/osv-scanner-action@baa4139e56d6312335d899e6ba045fa16d1d3d0b # v2.5.1

Check warning on line 105 in .github/workflows/osv-scanner-reusable-pr.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

osv-scanner-reusable-pr.yml:105: action's hash pin has mismatched or missing version comment: points to commit 6e4298ebc4db
env:
GOTOOLCHAIN: auto
with:
Expand Down Expand Up @@ -140,7 +140,7 @@
fi
exit "${status}"
- name: "Run osv-scanner-reporter"
uses: google/osv-scanner-action/osv-reporter-action@baa4139e56d6312335d899e6ba045fa16d1d3d0b # v2.5.1

Check warning on line 143 in .github/workflows/osv-scanner-reusable-pr.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

osv-scanner-reusable-pr.yml:143: action's hash pin has mismatched or missing version comment: points to commit 6e4298ebc4db
with:
scan-args: |-
--output=${{ inputs.matrix-property }}${{ inputs.results-file-name }}
Expand Down Expand Up @@ -196,7 +196,7 @@
- name: "Upload to code-scanning"
id: "upload_artifact"
if: ${{ !cancelled() && inputs.upload-sarif == true }}
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
sarif_file: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
- name: "Print Code Scanning PR URL"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osv-scanner-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
path: "./"
- name: "Run scanner"
id: "scan"
uses: google/osv-scanner-action/osv-scanner-action@baa4139e56d6312335d899e6ba045fa16d1d3d0b # v2.5.1

Check warning on line 96 in .github/workflows/osv-scanner-reusable.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

osv-scanner-reusable.yml:96: action's hash pin has mismatched or missing version comment: points to commit 6e4298ebc4db
env:
GOTOOLCHAIN: auto
with:
Expand All @@ -118,7 +118,7 @@
exit 1
fi
- name: "Run osv-scanner-reporter"
uses: google/osv-scanner-action/osv-reporter-action@baa4139e56d6312335d899e6ba045fa16d1d3d0b # v2.5.1

Check warning on line 121 in .github/workflows/osv-scanner-reusable.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

ref-version-mismatch

osv-scanner-reusable.yml:121: action's hash pin has mismatched or missing version comment: points to commit 6e4298ebc4db
with:
scan-args: |-
--output=${{ inputs.matrix-property }}${{ inputs.results-file-name }}
Expand Down Expand Up @@ -154,7 +154,7 @@
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
if: "${{ !cancelled() && inputs.upload-sarif == true }}"
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
sarif_file: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
- name: "Print Code Scanning URL"
Expand Down
Loading