File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2626 versions : ${{ steps.get_versions.outputs.versions }}
2727 steps :
2828 - name : Checkout Code
29- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
29+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3030
3131 - name : Get supported PostgreSQL versions
3232 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
53+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
58+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5959 if : ${{ inputs.bake_remote_source != '' }}
6060 with :
6161 repository : ${{ inputs.bake_remote_source }}
@@ -141,7 +141,7 @@ jobs:
141141 image : ${{fromJson(needs.testbuild.outputs.images)}}
142142 steps :
143143 - name : Checkout Code
144- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
144+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
145145
146146 - name : Security checks
147147 uses : cloudnative-pg/postgres-containers/.github/actions/security-scans@main
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2020 with :
2121 token : ${{ secrets.REPO_GHA_PAT }}
2222
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 steps :
1818 # TODO: remove this step once system images are EOL
1919 - name : Checkout code
20- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
20+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2121 with :
2222 path : postgres-containers
2323 token : ${{ secrets.REPO_GHA_PAT }}
2424
2525 - name : Checkout artifacts
26- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
26+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2727 with :
2828 path : artifacts
2929 repository : cloudnative-pg/artifacts
You can’t perform that action at this time.
0 commit comments