Skip to content

Commit

Permalink
Merge pull request #4070 from bcgov/renovate/egose-actions-digest
Browse files Browse the repository at this point in the history
chore(deps): update egose/actions digest to 97fff4a
  • Loading branch information
junminahn authored Oct 24, 2024
2 parents 3aa3731 + 855f342 commit 1a3731d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite
steps:
- name: Setup Tools
uses: egose/actions/asdf-tools@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/asdf-tools@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
plugins: |
sonarscanner=https://github.com/virtualstaticvoid/asdf-sonarscanner.git
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-push-localdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand All @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand All @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-push-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand All @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: ./.github/actions/setup-tools

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: ./.github/actions/setup-tools

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand All @@ -90,7 +90,7 @@ jobs:
uses: ./.github/actions/setup-tools

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand All @@ -117,7 +117,7 @@ jobs:
uses: ./.github/actions/setup-tools

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand All @@ -141,7 +141,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand All @@ -168,7 +168,7 @@ jobs:
uses: ./.github/actions/setup-tools

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ./.github/actions/setup-tools

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: ./.github/actions/setup-tools

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
uses: ./.github/actions/setup-tools

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
uses: ./.github/actions/setup-tools

- name: Build and Push
uses: egose/actions/docker-build-push@dbaf52744a94ea447277148274488bfcdf6b13a8
uses: egose/actions/docker-build-push@97fff4a960b7f2db201eed7012958e4e2f9439f3
with:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
Expand Down

0 comments on commit 1a3731d

Please sign in to comment.