diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d6d1db..1bdf232 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: contents: read security-events: write steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: token: ${{ github.token }} submodules: recursive diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81e99e7..393335c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: actions: read contents: write steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: token: ${{ github.token }} submodules: recursive