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 13, 2024
1 parent 4d92d61 commit e6286af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
with:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@fd87365911aa12c016c307ea21313f351dc53551
uses: gradle/actions/setup-gradle@e6215edc51e3a58a8c4cf67a3dde378d1b9f1b68
- name: license header
if: ${{ github.event_name == 'pull_request' }}
run: ./gradlew spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
Expand Down
8 changes: 4 additions & 4 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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
with:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@fd87365911aa12c016c307ea21313f351dc53551
uses: gradle/actions/setup-gradle@e6215edc51e3a58a8c4cf67a3dde378d1b9f1b68
- name: Build
run: ./gradlew build -x spotlessCheck
- name: Login Via Azure CLI
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # 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 @@ -84,7 +84,7 @@ jobs:
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 e6286af

Please sign in to comment.