From 7997d3abde045c08843a103e8d687649a9dbb03d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:11:01 +0200 Subject: [PATCH] Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#392) * Bump actions/upload-artifact from 4.4.3 to 4.5.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.3...6f51ac03b9356f520e9adb1b1b7802705f340c2b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update .github/workflows/scorecard.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artem Gavrilov --- .github/workflows/postgresql-16-ppg-package-pgxs.yml | 6 +++--- .github/workflows/postgresql-16-src-make-ssl11.yml | 2 +- .github/workflows/postgresql-16-src-make.yml | 2 +- .github/workflows/postgresql-16-src-meson.yml | 2 +- .github/workflows/postgresql-17-src-make.yml | 2 +- .github/workflows/postgresql-17-src-meson-perf.yml | 4 ++-- .github/workflows/postgresql-17-src-meson.yml | 2 +- .github/workflows/postgresql-pgdg-package-pgxs.yml | 6 +++--- .github/workflows/scorecard.yml | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/postgresql-16-ppg-package-pgxs.yml b/.github/workflows/postgresql-16-ppg-package-pgxs.yml index 03759366..93c3b015 100644 --- a/.github/workflows/postgresql-16-ppg-package-pgxs.yml +++ b/.github/workflows/postgresql-16-ppg-package-pgxs.yml @@ -107,7 +107,7 @@ jobs: working-directory: src/pg_tde - name: Report on test fail - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: ${{ failure() }} with: name: Regressions diff and postgresql log @@ -130,7 +130,7 @@ jobs: sudo cp /usr/lib/postgresql/16/lib/pg_tde* pgtde-ppg16/usr/lib/postgresql/16/lib/ - name: Upload tgz - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: pg_tde_ppg16_binary path: pgtde-ppg16 @@ -152,7 +152,7 @@ jobs: sudo dpkg -i --debug=7777 pgtde-ppg16.deb - name: Upload deb - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: pg_tde_deb path: pgtde-ppg16.deb diff --git a/.github/workflows/postgresql-16-src-make-ssl11.yml b/.github/workflows/postgresql-16-src-make-ssl11.yml index 05ab327b..adfae4ea 100644 --- a/.github/workflows/postgresql-16-src-make-ssl11.yml +++ b/.github/workflows/postgresql-16-src-make-ssl11.yml @@ -97,7 +97,7 @@ jobs: working-directory: src/contrib/pg_tde - name: Report on test fail - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: ${{ failure() }} with: name: Regressions diff and postgresql log diff --git a/.github/workflows/postgresql-16-src-make.yml b/.github/workflows/postgresql-16-src-make.yml index 994dd561..0f20716d 100644 --- a/.github/workflows/postgresql-16-src-make.yml +++ b/.github/workflows/postgresql-16-src-make.yml @@ -97,7 +97,7 @@ jobs: working-directory: src/contrib/pg_tde - name: Report on test fail - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: ${{ failure() }} with: name: Regressions diff and postgresql log diff --git a/.github/workflows/postgresql-16-src-meson.yml b/.github/workflows/postgresql-16-src-meson.yml index a2f35eb0..c305ebed 100644 --- a/.github/workflows/postgresql-16-src-meson.yml +++ b/.github/workflows/postgresql-16-src-meson.yml @@ -85,7 +85,7 @@ jobs: working-directory: src/build - name: Report on test fail - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: ${{ failure() }} with: name: Regressions diff and postgresql log diff --git a/.github/workflows/postgresql-17-src-make.yml b/.github/workflows/postgresql-17-src-make.yml index cc3fbcba..6dd648bc 100644 --- a/.github/workflows/postgresql-17-src-make.yml +++ b/.github/workflows/postgresql-17-src-make.yml @@ -97,7 +97,7 @@ jobs: working-directory: src/contrib/pg_tde - name: Report on test fail - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: ${{ failure() }} with: name: Regressions diff and postgresql log diff --git a/.github/workflows/postgresql-17-src-meson-perf.yml b/.github/workflows/postgresql-17-src-meson-perf.yml index 9409140d..91e5b8a9 100644 --- a/.github/workflows/postgresql-17-src-meson-perf.yml +++ b/.github/workflows/postgresql-17-src-meson-perf.yml @@ -79,7 +79,7 @@ jobs: working-directory: src/build - name: Report on test fail - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: ${{ failure() }} with: name: Regressions diff and postgresql log @@ -139,7 +139,7 @@ jobs: echo "EOF" >> $GITHUB_ENV working-directory: inst - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: pr_perf_results path: inst/pr_perf_results diff --git a/.github/workflows/postgresql-17-src-meson.yml b/.github/workflows/postgresql-17-src-meson.yml index fdb5daf8..0c6a374a 100644 --- a/.github/workflows/postgresql-17-src-meson.yml +++ b/.github/workflows/postgresql-17-src-meson.yml @@ -80,7 +80,7 @@ jobs: working-directory: src/build - name: Report on test fail - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: ${{ failure() }} with: name: Regressions diff and postgresql log diff --git a/.github/workflows/postgresql-pgdg-package-pgxs.yml b/.github/workflows/postgresql-pgdg-package-pgxs.yml index 6fa071e1..55439095 100644 --- a/.github/workflows/postgresql-pgdg-package-pgxs.yml +++ b/.github/workflows/postgresql-pgdg-package-pgxs.yml @@ -104,7 +104,7 @@ jobs: working-directory: src/pg_tde - name: Report on test fail - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: ${{ failure() }} with: name: Regressions diff and postgresql log @@ -131,7 +131,7 @@ jobs: - name: Upload tgz env: POSTGRESQL_VERSION: ${{ matrix.postgresql-version }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: pg_tde_pgdg$POSTGRESQL_VERSION_binary path: pgtde-pgdg$POSTGRESQL_VERSION @@ -159,7 +159,7 @@ jobs: - name: Upload deb env: POSTGRESQL_VERSION: ${{ matrix.postgresql-version }} - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: pg_tde_deb path: pgtde-pgdg$POSTGRESQL_VERSION.deb diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 6744f9c9..df29dac5 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -35,7 +35,7 @@ jobs: publish_results: true - name: Upload results - uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: SARIF file path: results.sarif