File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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",
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments