We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff7805 commit f0bdf61Copy full SHA for f0bdf61
2 files changed
.github/workflows/dependency-review.yml
@@ -17,6 +17,6 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: 'Checkout Repository'
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
21
- name: 'Dependency Review'
22
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
.github/workflows/scorecard.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
- name: "Checkout code"
35
36
with:
37
persist-credentials: false
38
0 commit comments