diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index 1a12a512e39..a73e0b28810 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -21,7 +21,7 @@ jobs: helm repo add tempo https://grafana.github.io/helm-charts helm repo add grafana https://grafana.github.io/helm-charts - name: ci-lint-helm-charts - uses: smartcontractkit/.github/actions/ci-lint-charts@6b08487b176ef7cad086526d0b54ddff6691c044 # ci-lint-charts@0.1.2 + uses: smartcontractkit/.github/actions/ci-lint-charts@6da79c7b9f14bec077df2c1ad40d53823b409d9c # ci-lint-charts@0.1.2 with: # chart testing inputs chart-testing-extra-args: "--lint-conf=lintconf.yaml" diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 62b0966b358..ec540c49b6a 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -213,7 +213,7 @@ jobs: pnpm version ${{ needs.tag-check.outputs.pre-release-version }} --no-git-tag-version --no-commit-hooks --no-git-checks - name: Publish to NPM (Dry Run) - uses: smartcontractkit/.github/actions/ci-publish-npm@e1c9d45fc66369d6be5d3863c65af1750797a7f5 # ci-publish-npm@0.3.0 + uses: smartcontractkit/.github/actions/ci-publish-npm@6da79c7b9f14bec077df2c1ad40d53823b409d9c # ci-publish-npm@0.3.0 with: npm-token: ${{ secrets.NPM_TOKEN }} create-github-release: false @@ -255,7 +255,7 @@ jobs: fi - name: Publish to NPM (Dry Run) - uses: smartcontractkit/.github/actions/ci-publish-npm@e1c9d45fc66369d6be5d3863c65af1750797a7f5 # ci-publish-npm@0.3.0 + uses: smartcontractkit/.github/actions/ci-publish-npm@6da79c7b9f14bec077df2c1ad40d53823b409d9c # ci-publish-npm@0.3.0 with: npm-token: ${{ secrets.NPM_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}