diff --git a/.github/workflows/provider-tests.yaml b/.github/workflows/provider-tests.yaml index 8433529f..98671d99 100644 --- a/.github/workflows/provider-tests.yaml +++ b/.github/workflows/provider-tests.yaml @@ -22,7 +22,7 @@ jobs: uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1 with: egress-policy: audit - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 with: go-version-file: "go.mod" diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 962d47fb..bf384755 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -11,7 +11,7 @@ jobs: with: egress-policy: audit - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d0628a1601b4b44048e63cc4328ed03633 # v3 with: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7bb4b8c0..ab04500a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1 with: egress-policy: audit - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4 with: go-version-file: "go.mod"