Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-action: bump actions/checkout from 4.1.0 to 4.1.7 #3754

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check_gpg_keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
outputs:
key_ids: ${{ steps.extract-key-ids.outputs.key_ids }}
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- 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
Expand All @@ -25,6 +25,6 @@ jobs:
env:
GPG_KEY_ID: ${{ matrix.key_id }}
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Import key from keyserver
run: make .download-gpg-key
2 changes: 1 addition & 1 deletion .github/workflows/generate_buildpack_bump_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
## Setup
- name: Checkout repo
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
submodules: true
# auth will be retained by repo configuration
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
## Setup
- name: Checkout repo
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
submodules: true

Expand Down
Loading