Skip to content

Commit a0d7b11

Browse files
committed
chore: revert pinning of local actions
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 32d97ed commit a0d7b11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bake_targets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Security checks
155155
# NOTE: Do not modify this to point to the local action "./.github/actions/security-scans",
156156
# as it will break workflows running bake_targets.yml (this workflow) from external repositories.
157-
uses: cloudnative-pg/postgres-containers/.github/actions/security-scans@a2445960f20b62916f411c7ea3098adb2eefb5c3 # main
157+
uses: cloudnative-pg/postgres-containers/.github/actions/security-scans@main
158158
with:
159159
image: "${{ matrix.image }}"
160160
registry_user: ${{ github.actor }}
@@ -180,7 +180,7 @@ jobs:
180180
- name: Copy to production
181181
# NOTE: Do not modify this to point to the local action "./.github/actions/copy-images",
182182
# as it will break workflows running bake_targets.yml (this workflow) from external repositories.
183-
uses: cloudnative-pg/postgres-containers/.github/actions/copy-images@a2445960f20b62916f411c7ea3098adb2eefb5c3 # main
183+
uses: cloudnative-pg/postgres-containers/.github/actions/copy-images@main
184184
with:
185185
bake_build_metadata: "${{ needs.testbuild.outputs.metadata }}"
186186
registry_user: ${{ github.actor }}

0 commit comments

Comments
 (0)