Skip to content

Commit cf25122

Browse files
chore(deps): update actions/checkout digest to 3d3c42e (#478)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa2e370 commit cf25122

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
versions: ${{ steps.get_versions.outputs.versions }}
2828
steps:
2929
- name: Checkout Code
30-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
30+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3131

3232
- name: Get supported PostgreSQL versions
3333
id: get_versions

.github/workflows/bake_targets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
images: ${{ steps.images.outputs.images }}
5151
steps:
5252
- name: Checkout Code
53-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
53+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5454

5555
# bake-action/subaction/matrix doesn't support remote bake files.
5656
# As a workaround, we clone the repository to allow passing the path to a local file.
5757
- name: Checkout additional remote source
58-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
58+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5959
if: ${{ inputs.bake_remote_source != '' }}
6060
with:
6161
repository: ${{ inputs.bake_remote_source }}
@@ -149,7 +149,7 @@ jobs:
149149
image: ${{fromJson(needs.testbuild.outputs.images)}}
150150
steps:
151151
- name: Checkout Code
152-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
152+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
153153

154154
- name: Security checks
155155
# NOTE: Do not modify this to point to the local action "./.github/actions/security-scans",

.github/workflows/bake_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Run update script
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
19+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2020
with:
2121
token: ${{ secrets.REPO_GHA_PAT }}
2222

.github/workflows/catalogs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
steps:
2121
# TODO: remove this step once system images are EOL
2222
- name: Checkout code
23-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
23+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2424
with:
2525
path: postgres-containers
2626
token: ${{ secrets.REPO_GHA_PAT }}
2727

2828
- name: Checkout artifacts
29-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
29+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3030
with:
3131
path: artifacts
3232
repository: cloudnative-pg/artifacts

0 commit comments

Comments
 (0)