There was an error while loading. Please reload this page.
1 parent 61be3f7 commit 7af5dfdCopy full SHA for 7af5dfd
2 files changed
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
16
with:
17
persist-credentials: false
18
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
.github/workflows/publish-release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Checkout
30
if: ${{ github.event.inputs.force-npm-publish || steps.release.outputs.release_created }}
31
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
32
33
34
0 commit comments