diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2f2e4f..9861e0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: CI: true steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f6ee873..076278e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: LGTM_INDEX_FILTERS: "exclude:dist/*" steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - uses: github/codeql-action/init@81644f35ff20aa6b0e7b936f0e8716419ba7d295 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38f4914..ef932fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - uses: crazy-max/ghaction-import-gpg@v5 id: gpg