diff --git a/.github/workflows/action-pin.yaml b/.github/workflows/action-pin.yaml index feb3cb4ba0..adb1e997f6 100644 --- a/.github/workflows/action-pin.yaml +++ b/.github/workflows/action-pin.yaml @@ -10,7 +10,7 @@ jobs: check-action-pin: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@0901cf7b71c7ea6261ec69a3dc2bd3f9264f893e # v3.0.12 diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index fbd5087f24..e8479b04f7 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -10,7 +10,7 @@ jobs: action-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: actionlint uses: raven-actions/actionlint@01fce4f43a270a612932cb1c64d40505a029f821 # v2.0.0 diff --git a/.github/workflows/docker-lint.yml b/.github/workflows/docker-lint.yml index 197f72a972..3a52c689b5 100644 --- a/.github/workflows/docker-lint.yml +++ b/.github/workflows/docker-lint.yml @@ -12,7 +12,7 @@ jobs: container: image: hadolint/hadolint@sha256:27173fe25e062448490a32de410c08491c626a0bef360aa2ce5d5bdd9384b50d #2.12.0-debian steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Lint All Dockerfiles (except third_party) run: hadolint -V `find -name "*Dockerfile*" -not -path "./third_party/*" |xargs `