diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a121c47a..9295f80db 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: egress-policy: audit - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: chainguard-dev/actions/setup-gitsign@430f14e303ffa7ef62e72f0d1758b9166cb1799a + - uses: chainguard-dev/actions/setup-gitsign@d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266 - name: Set up Octo-STS uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 5d72755cc..e98e46d73 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -94,7 +94,7 @@ jobs: go-version-file: go.mod check-latest: true - - uses: chainguard-dev/actions/gofmt@430f14e303ffa7ef62e72f0d1758b9166cb1799a # main + - uses: chainguard-dev/actions/gofmt@d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266 # main with: args: -s @@ -118,7 +118,7 @@ jobs: go-version-file: go.mod check-latest: true - - uses: chainguard-dev/actions/goimports@430f14e303ffa7ef62e72f0d1758b9166cb1799a # main + - uses: chainguard-dev/actions/goimports@d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266 # main golangci-lint: name: golangci-lint diff --git a/.github/workflows/third-party.yaml b/.github/workflows/third-party.yaml index 0da74cb39..1fa16f926 100644 --- a/.github/workflows/third-party.yaml +++ b/.github/workflows/third-party.yaml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Trust repository run: git config --global --add safe.directory "${GITHUB_WORKSPACE}" - - uses: chainguard-dev/actions/setup-gitsign@430f14e303ffa7ef62e72f0d1758b9166cb1799a + - uses: chainguard-dev/actions/setup-gitsign@d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266 - name: Set up Octo-STS uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 766707512..22de56598 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -27,7 +27,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: chainguard-dev/actions/setup-gitsign@430f14e303ffa7ef62e72f0d1758b9166cb1799a + - uses: chainguard-dev/actions/setup-gitsign@d9b7e22c19086f609cfeaea6d3b3e34f7ecc7266 - name: Set up Octo-STS uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0 id: octo-sts