diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 112d6cd..980c2bb 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -7,7 +7,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index fa4bd6a..fc899f7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -28,7 +28,7 @@ jobs: manifest-file: .release-please-manifest.json - name: Checkout code if: ${{ steps.release.outputs.release_created }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: token: ${{ steps.get_token.outputs.token }} - name: Move major version tag diff --git a/action.yaml b/action.yaml index 04b5803..5827e65 100644 --- a/action.yaml +++ b/action.yaml @@ -24,7 +24,7 @@ runs: using: 'composite' steps: - name: Check out code into the Go module directory - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: