-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): pin dependencies (#119)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: alithya-oss-backstage-ci[bot] <173350712+alithya-oss-backstage-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6a13cc2
commit 8cf3932
Showing
8 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,15 +30,15 @@ jobs: | |
name: Renovate | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
# This third party action allows you to download the cache artifact from different workflow runs | ||
# Note that actions/cache doesn't work well because the cache key would need to be computed from | ||
# a file within the cache, meaning there would never be any data to restore. With other keys, the | ||
# cache wouldn't necessarily upload when it changes. actions/download-artifact also doesn't work | ||
# because it only handles artifacts uploaded in the same run, and we want to restore from the | ||
# previous successful run. | ||
- uses: dawidd6/action-download-artifact@v5 | ||
- uses: dawidd6/action-download-artifact@deb3bb83256a78589fef6a7b942e5f2573ad7c13 # v5 | ||
if: github.event.inputs.repoCache != 'disabled' | ||
continue-on-error: true | ||
with: | ||
|
@@ -48,7 +48,7 @@ jobs: | |
# Generate an access token for the backstage-goalie[bot] account. | ||
- name: Get token | ||
id: get_token | ||
uses: actions/create-github-app-token@v1 | ||
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 | ||
with: | ||
app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }} | ||
private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }} | ||
|
@@ -77,7 +77,7 @@ jobs: | |
sudo chown -R 12021:0 /tmp/renovate/ | ||
ls -R $cache_dir | ||
- uses: renovatebot/[email protected].2 | ||
- uses: renovatebot/github-action@d385c88822a237acaead89c462fa0aef7502748f # v41.0.11 | ||
with: | ||
configurationFile: .github/renovate-action.json | ||
renovate-version: full | ||
|
@@ -97,7 +97,7 @@ jobs: | |
# To solve *that*, we'd have to extract to root (/), which isn't safe. | ||
tar -czvf $cache_archive -C $cache_dir . | ||
- uses: actions/upload-artifact@v4 | ||
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 | ||
|
||
if: github.event.inputs.repoCache != 'disabled' | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters