Tell Renovate that we're trying to pin actions to specific tags

It thought that we were just trying to follow the latest commit on these actions, when in reality we want to follow the latest tag and pin its commit hash.
This commit is contained in:
Robin
2024-06-21 09:51:42 -04:00
parent afd4fdcea2
commit 13ef3183e2
2 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ jobs:
run: |
tar --numeric-owner --transform "s/dist/element-call-${TARBALL_VERSION}/" -cvzf element-call-${TARBALL_VERSION}.tar.gz dist
- name: Upload
uses: actions/upload-artifact@552bf3722c16e81001aea7db72d8cedf64eb5f68
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
env:
GITHUB_TOKEN: ${{ github.token }}
with: