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 70a8510 commit bd5ef46Copy full SHA for bd5ef46
.github/workflows/test.yml
@@ -43,11 +43,11 @@ jobs:
43
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
44
45
- name: Check repository dependency graph
46
- uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
+ uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
47
if: ${{ github.event_name == 'pull_request' }}
48
49
- name: Setup Node.js v${{ matrix.node-version }}
50
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
51
with:
52
node-version: ${{ matrix.node-version }}
53
cache: 'npm'
0 commit comments