Skip to content

Commit 3d94ccf

Browse files
Build(deps): bump aerospike/shared-workflows from 2.0.1 to 2.0.2
Bumps [aerospike/shared-workflows](https://github.com/aerospike/shared-workflows) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/aerospike/shared-workflows/releases) - [Commits](v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: aerospike/shared-workflows dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37581d0 commit 3d94ccf

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/example_reusable-integration.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# a single workflow that can be instrumented in the future.
5252
# This is also an example of using a matrix strategy to build in GHA
5353
build-packages:
54-
uses: aerospike/shared-workflows/.github/workflows/[email protected].1 #update to 2.0.2 once released
54+
uses: aerospike/shared-workflows/.github/workflows/[email protected].2 #update to 2.0.2 once released
5555
needs: extract-version
5656
# Matrix strategy: Multi-platform builds across Ubuntu/Debian/RPM families (x86_64 native, ARM64 emulated)
5757
strategy:
@@ -184,7 +184,7 @@ jobs:
184184
retention-days: 1
185185
sign-artifacts:
186186
needs: package-built-artifacts
187-
uses: aerospike/shared-workflows/.github/workflows/[email protected].1 #update to 2.0.2 once released
187+
uses: aerospike/shared-workflows/.github/workflows/[email protected].2 #update to 2.0.2 once released
188188
with:
189189
gh-retention-days: 1
190190
gh-artifact-name: packaged-artifacts
@@ -196,7 +196,7 @@ jobs:
196196

197197
deploy-artifacts:
198198
needs: [sign-artifacts, extract-version]
199-
uses: aerospike/shared-workflows/.github/workflows/[email protected].1 #update to 2.0.2 once released
199+
uses: aerospike/shared-workflows/.github/workflows/[email protected].2 #update to 2.0.2 once released
200200
with:
201201
jf-project: test
202202
jf-build-name: test-build
@@ -210,7 +210,7 @@ jobs:
210210
oidc-audience: aerospike/testing
211211
dry-run: false
212212
build-docker-deploy:
213-
uses: aerospike/shared-workflows/.github/workflows/[email protected].1 #update to 2.0.2 once released
213+
uses: aerospike/shared-workflows/.github/workflows/[email protected].2 #update to 2.0.2 once released
214214
needs: extract-version
215215
with:
216216
jf-project: test
@@ -336,7 +336,7 @@ jobs:
336336
hi
337337
create-release-bundle:
338338
needs: [use-artifacts, extract-version, deploy-artifacts]
339-
uses: aerospike/shared-workflows/.github/workflows/[email protected].1 #update to 2.0.2 once released
339+
uses: aerospike/shared-workflows/.github/workflows/[email protected].2 #update to 2.0.2 once released
340340
if: github.event_name == 'workflow_dispatch'
341341
with:
342342
jf-project: test

.github/workflows/reusable_sign-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: 1
7474

7575
- name: Set up GPG
76-
uses: aerospike/shared-workflows/.github/actions/setup-gpg@a3356acbde7fcda4b9e632b9b4f6ed83ce48b87d # v2.0.2
76+
uses: aerospike/shared-workflows/.github/actions/setup-gpg@37581d0437fe0b76315dafc402882c875789b1af # v2.0.2
7777
with:
7878
gpg-private-key: ${{ secrets.gpg-private-key }}
7979
gpg-public-key: ${{ secrets.gpg-public-key }}

.github/workflows/test_sign-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
sudo apt-get update && sudo apt-get install dpkg-sig dpkg-dev -y
2929
- name: setup GPG
30-
uses: aerospike/shared-workflows/.github/actions/setup-gpg@a3356acbde7fcda4b9e632b9b4f6ed83ce48b87d # v2.0.1 # replace with v2.0.2 when it is released
30+
uses: aerospike/shared-workflows/.github/actions/setup-gpg@37581d0437fe0b76315dafc402882c875789b1af # v2.0.1 # replace with v2.0.2 when it is released
3131
with:
3232
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
3333
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY }}

.github/workflows/test_sign-file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818

1919
- name: setup GPG
20-
uses: aerospike/shared-workflows/.github/actions/setup-gpg@a3356acbde7fcda4b9e632b9b4f6ed83ce48b87d # v2.0.1 # replace with v2.0.2 when it is released
20+
uses: aerospike/shared-workflows/.github/actions/setup-gpg@37581d0437fe0b76315dafc402882c875789b1af # v2.0.1 # replace with v2.0.2 when it is released
2121
with:
2222
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
2323
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY }}

.github/workflows/test_sign-rpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818

1919
- name: setup GPG
20-
uses: aerospike/shared-workflows/.github/actions/setup-gpg@a3356acbde7fcda4b9e632b9b4f6ed83ce48b87d # v2.0.1 # replace with v2.0.2 when it is released
20+
uses: aerospike/shared-workflows/.github/actions/setup-gpg@37581d0437fe0b76315dafc402882c875789b1af # v2.0.1 # replace with v2.0.2 when it is released
2121
with:
2222
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
2323
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY }}

0 commit comments

Comments
 (0)