We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0766dc + d2b6b6d commit 5e0a7efCopy full SHA for 5e0a7ef
2 files changed
.github/workflows/cd.yml
@@ -37,7 +37,7 @@ jobs:
37
awk "/## $GITHUB_REF_NAME/{flag=1; next} /## v/{flag=0} flag" docs/CHANGELOG.md > changelog
38
39
- name: Store build artifacts
40
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
41
with:
42
name: build-artifacts
43
path: |
.github/workflows/scorecards.yml
@@ -27,7 +27,7 @@ jobs:
27
persist-credentials: false
28
29
- name: "Run analysis"
30
- uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
+ uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
31
32
results_file: results.sarif
33
# sarif format required by upload-sarif action
0 commit comments