diff --git a/.github/workflows/check_gpg_keys.yml b/.github/workflows/check_gpg_keys.yml index 12881f4443..74463ee093 100644 --- a/.github/workflows/check_gpg_keys.yml +++ b/.github/workflows/check_gpg_keys.yml @@ -10,7 +10,7 @@ jobs: outputs: key_ids: ${{ steps.extract-key-ids.outputs.key_ids }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Extract key ids from .gpg-id and output as a json list id: extract-key-ids run: echo "key_ids=$(jq -c --raw-input --slurp 'split("\n") | map(select(. != ""))' .gpg-id)" >> $GITHUB_OUTPUT @@ -25,6 +25,6 @@ jobs: env: GPG_KEY_ID: ${{ matrix.key_id }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Import key from keyserver run: make .download-gpg-key diff --git a/.github/workflows/generate_buildpack_bump_pr.yml b/.github/workflows/generate_buildpack_bump_pr.yml index 9c9adb2a06..e775070314 100644 --- a/.github/workflows/generate_buildpack_bump_pr.yml +++ b/.github/workflows/generate_buildpack_bump_pr.yml @@ -15,7 +15,7 @@ jobs: steps: ## Setup - name: Checkout repo - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true # auth will be retained by repo configuration diff --git a/.github/workflows/test_on_pr.yml b/.github/workflows/test_on_pr.yml index 1fccf19a49..4de8b1f859 100644 --- a/.github/workflows/test_on_pr.yml +++ b/.github/workflows/test_on_pr.yml @@ -26,7 +26,7 @@ jobs: steps: ## Setup - name: Checkout repo - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true