We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e13270 commit a1840c4Copy full SHA for a1840c4
.github/workflows/dependency-review.yml
@@ -22,6 +22,6 @@ jobs:
22
egress-policy: audit
23
24
- name: 'Checkout Repository'
25
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26
- name: 'Dependency Review'
27
uses: actions/dependency-review-action@0efb1d1d84fc9633afcdaad14c485cbbc90ef46c # v2.5.1
.github/workflows/scorecards.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
- name: "Checkout code"
39
40
with:
41
persist-credentials: false
42
0 commit comments