Skip to content

Commit

Permalink
Merge pull request #6 from Cloud-Technology-Solutions/renovate/pin-de…
Browse files Browse the repository at this point in the history
…pendencies

chore(deps): pin dependencies
  • Loading branch information
sysadmiral authored Jul 8, 2024
2 parents 9a99516 + 5cad145 commit 1195238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
with:
release-type: simple
6 changes: 3 additions & 3 deletions .github/workflows/renovate-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
steps:
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1
with:
app-id: ${{ secrets.GH_GARDENER_APP_ID }}
private-key: ${{ secrets.GH_GARDENER_PRIVATE_KEY }}

- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Validate Renovate JSON
run: jq type .github/renovate.json
Expand All @@ -55,7 +55,7 @@ jobs:
RENOVATE_ONBOARDING: "false"
RENOVATE_PLATFORM_COMMIT: 'true'
RENOVATE_REPOSITORIES: ${{ github.repository }}
uses: renovatebot/github-action@v40.1.12
uses: renovatebot/github-action@21d88b0bf0183abcee15f990011cca090dfc47dd # v40.1.12
with:
configurationFile: .github/renovate.json
token: '${{ steps.generate-token.outputs.token }}'

0 comments on commit 1195238

Please sign in to comment.