Skip to content

Commit 4fa5a7d

Browse files
authored
chore: pin actions (release-2.10) (#4000)
Actions need to be pinned on SHA version. Partially taken from https://github.com/kumahq/kuma/blob/release-2.10/.github/workflows/lifecycle.yml Seems like the versions of `acorn` were not synced between manifest and lock-file: ```sh ... npm error Invalid: lock file's acorn@8.14.0 does not satisfy acorn@8.15.0 ... ``` so I bumped the version in the lock-file. --------- Signed-off-by: schogges <moritz.fleck@konghq.com>
1 parent 4b16eea commit 4fa5a7d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/lifecycle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
lifecycle:
18-
uses: kumahq/.github/.github/workflows/wfc_lifecycle.yml@main
18+
uses: kumahq/.github/.github/workflows/wfc_lifecycle.yml@f98e381472c34234ecdaa4f26d72996d55d16759
1919
permissions:
2020
issues: write # for editing issues (e.g. adding labels)
2121
with:

.github/workflows/on-dependabot-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.event.pull_request.user.login == 'dependabot[bot]'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: dependabot/fetch-metadata@v2
18+
- uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b
1919
id: metadata
2020
with:
2121
github-token: "${{ secrets.GITHUB_TOKEN }}"

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)