diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 8ddf321c64..64555a0954 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -21,7 +21,7 @@ jobs: disable-sudo: true egress-policy: audit #sonarcloud aws generic hostname unfortunately subject to change - - uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: '0' diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0e8df30ac4..36e61f3e2b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ jobs: disable-sudo: true egress-policy: audit #outbound hosts constantly subject to change by action providers - - uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: '0' ref: master diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 3d0fcfd1ce..4f581de506 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -22,7 +22,7 @@ jobs: with: egress-policy: audit #outbound hosts constantly subject to change by action providers - - uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: '0' ref: master diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 3bc17d1ad2..cfdcadaf1b 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -25,7 +25,7 @@ jobs: disable-sudo: true egress-policy: audit #outbound hosts constantly subject to change by action providers - - uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up JDK 21 uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a1580657b..1e90301313 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: disable-sudo: true egress-policy: audit #outbound hosts constantly subject to change by action providers - - uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up JDK 21 uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 88728bcec1..88849a0c68 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -19,7 +19,7 @@ jobs: disable-sudo: true egress-policy: audit #outbound hosts constantly subject to change by action providers - - uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up Python uses: actions/setup-python@9c76e716502b18322365741b762fee22a8cffad8