diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9e356a756..100881a87 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Setup Go uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 with: diff --git a/.github/workflows/commit-lint.yaml b/.github/workflows/commit-lint.yaml index 81b3bda40..d3fc79f39 100644 --- a/.github/workflows/commit-lint.yaml +++ b/.github/workflows/commit-lint.yaml @@ -9,7 +9,7 @@ jobs: semantic-message: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 - name: Set up node diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 164338339..905eda851 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: tag_name: ${{ steps.release-please.outputs.tag_name }} steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Release Please id: release-please uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3 @@ -38,7 +38,7 @@ jobs: if: ${{ needs.release-please.outputs.releases_created == 'true' || startsWith(github.ref, 'refs/tags/') }} steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: fetch-depth: 0 - name: Login to GitHub Container Registry diff --git a/.github/workflows/schema.yaml b/.github/workflows/schema.yaml index d19e78c22..92eb13f94 100644 --- a/.github/workflows/schema.yaml +++ b/.github/workflows/schema.yaml @@ -16,7 +16,7 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Validate Package Manifest Schema uses: cardinalby/schema-validator-action@v3 with: diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 1550ac3d9..52d83f491 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -24,7 +24,7 @@ jobs: run: working-directory: website steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: "20.9"