Skip to content

Commit

Permalink
chore(deps): update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 24, 2024
1 parent 4d92d61 commit 3dfe030
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0 #for spotless ratchet
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
with:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@fd87365911aa12c016c307ea21313f351dc53551
uses: gradle/actions/setup-gradle@0d30c9111cf47a838eb69c06d13f3f51ab2ed76f
- name: license header
if: ${{ github.event_name == 'pull_request' }}
run: ./gradlew spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/deploy-to-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ jobs:

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
with:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@fd87365911aa12c016c307ea21313f351dc53551
uses: gradle/actions/setup-gradle@0d30c9111cf47a838eb69c06d13f3f51ab2ed76f
- name: Build
run: ./gradlew build -x spotlessCheck
- name: Login Via Azure CLI
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2
uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_IO }}
- name: Deploy To Staging
uses: azure/CLI@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2
uses: azure/CLI@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2
id: deploy
with:
inlineScript: |
Expand Down Expand Up @@ -80,11 +80,11 @@ jobs:
runs-on: ubuntu-latest
needs: deploy
steps:
- uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2
- uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_IO }}
- name: Set Staging To Production
uses: azure/CLI@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2
uses: azure/CLI@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2
with:
inlineScript: |
az extension add --name spring
Expand Down

0 comments on commit 3dfe030

Please sign in to comment.