ok/jj
1
0
Fork 0
forked from mirrors/jj

github: remove stale comments indicating action versions

Dependabot doesn't update the comments, so they go stale very quickly.
This commit is contained in:
Martin von Zweigbergk 2022-09-16 16:22:35 -07:00 committed by Martin von Zweigbergk
parent 557d93b0e8
commit 3c22ce11a4
2 changed files with 5 additions and 5 deletions

View file

@ -78,8 +78,8 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }} continue-on-error: ${{ matrix.checks == 'advisories' }}
steps: steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: EmbarkStudios/cargo-deny-action@7257a18a9c2fe3f92b85d41ae473520dff953c97 # v1.3.2 - uses: EmbarkStudios/cargo-deny-action@7257a18a9c2fe3f92b85d41ae473520dff953c97
with: with:
command: check ${{ matrix.checks }} command: check ${{ matrix.checks }}

View file

@ -27,7 +27,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: "Run analysis" - name: "Run analysis"
uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972 # v1.0.4 uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972
with: with:
results_file: results.sarif results_file: results.sarif
results_format: sarif results_format: sarif
@ -42,7 +42,7 @@ jobs:
# Upload the results as artifacts (optional). # Upload the results as artifacts (optional).
- name: "Upload artifact" - name: "Upload artifact"
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2.3.1 uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with: with:
name: SARIF file name: SARIF file
path: results.sarif path: results.sarif
@ -50,6 +50,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard. # Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@904260d7d935dff982205cbdb42025ce30b7a34f # v1.0.26 uses: github/codeql-action/upload-sarif@904260d7d935dff982205cbdb42025ce30b7a34f
with: with:
sarif_file: results.sarif sarif_file: results.sarif