Skip to content

Commit

Permalink
chore(deps): update capralifecycle/actions-lib action to v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent f0bab72 commit f3b960a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: "17.0.9"
java-package: "jdk"

- uses: capralifecycle/actions-lib/check-runtime-dependencies@93a3def017e46bbf9fd49179f4ce752283157c85 # v1.3.2
- uses: capralifecycle/actions-lib/check-runtime-dependencies@f3dcdbe2cd85725311b4ff5ff8dde9dfaf4f3111 # v1.5.4

- name: cache mvn
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand All @@ -54,7 +54,7 @@ jobs:
}
echo "major-version=$major_version" >> "$GITHUB_OUTPUT"
- uses: capralifecycle/actions-lib/generate-tag@93a3def017e46bbf9fd49179f4ce752283157c85 # v1.3.2
- uses: capralifecycle/actions-lib/generate-tag@f3dcdbe2cd85725311b4ff5ff8dde9dfaf4f3111 # v1.5.4
id: tag
with:
tag-prefix: "${{ steps.prep.outputs.major-version }}"
Expand Down Expand Up @@ -94,13 +94,13 @@ jobs:
echo '---' >> $GITHUB_STEP_SUMMARY
done < "${FAILS_FILE}"
- uses: capralifecycle/actions-lib/slack-notify@93a3def017e46bbf9fd49179f4ce752283157c85 # v1.3.2
- uses: capralifecycle/actions-lib/slack-notify@f3dcdbe2cd85725311b4ff5ff8dde9dfaf4f3111 # v1.5.4
# NOTE: We only want to be notified about failures on the default branch
if: ${{ failure() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
with:
bot-token: ${{ secrets.SHARED_SLACK_BOT_TOKEN }}
channel: ${{ env.BUILD_FAILURE_SLACK_CHANNEL }}

- uses: capralifecycle/actions-lib/configure-github-deployment@93a3def017e46bbf9fd49179f4ce752283157c85 # v1.3.2
- uses: capralifecycle/actions-lib/configure-github-deployment@f3dcdbe2cd85725311b4ff5ff8dde9dfaf4f3111 # v1.5.4
# NOTE: Create GitHub deployment on default branch regardless of job status
if: ${{ always() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}

0 comments on commit f3b960a

Please sign in to comment.