Skip to content

Commit 37ffbda

Browse files
Merge #71
71: chore(deps): update github/codeql-action digest to 1a0331c r=renovate[bot] a=renovate[bot] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | github/codeql-action | action | digest | `19d025e` -> `1a0331c` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/OpenPoolProject/stratum). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE0MS4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents 70936a5 + e7701e1 commit 37ffbda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
continue-on-error: true
5656

5757
- name: Upload analysis results to GitHub
58-
uses: github/codeql-action/upload-sarif@19d025e17ffd30b50d1638946eaed9fe971a85d4
58+
uses: github/codeql-action/upload-sarif@1a0331c4c67569506ddc1ba7bff4000f7083bc70
5959
with:
6060
sarif_file: rust-clippy-results.sarif
6161
wait-for-processing: true

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@19d025e17ffd30b50d1638946eaed9fe971a85d4 # v1.0.26
60+
uses: github/codeql-action/upload-sarif@1a0331c4c67569506ddc1ba7bff4000f7083bc70 # v1.0.26
6161
with:
6262
sarif_file: results.sarif

0 commit comments

Comments
 (0)