Skip to content

Commit

Permalink
chore(workflows/dependencies): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 23, 2024
1 parent 1858976 commit d5248ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-update-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
#shellcheck disable=SC2016
yq -e -y -S -i --arg tagSource "https://github.com/${GITHUB_REPOSITORY}/tree/${CHART}-v${version}/charts/${CHART}" --arg branchSource "https://github.com/${GITHUB_REPOSITORY}/tree/${{ github.event.repository.default_branch }}/charts/${CHART}" '.sources=[$tagSource, $branchSource]' "charts/${CHART}/Chart.yaml"
- name: Commit Chart.yaml
uses: EndBug/add-and-commit@v9
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
with:
message: "ci: [bot] Update sources in 'Chart.yaml'"
default_author: github_actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wait-for-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions:
checks: read
steps:
- uses: poseidon/[email protected]
- uses: poseidon/wait-for-status-checks@6988432d64ad3f9c2608db4ca16fded1b7d36ead # v0.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: postDiffComment

0 comments on commit d5248ca

Please sign in to comment.