Skip to content

Update smartcontractkit/.github requirement to 1d4d31a94c485424fbe936c7be88a0e8935e93a9 #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
actions: read
steps:
- name: ci-lint
uses: smartcontractkit/.github/actions/ci-lint-go@bfaf6327551cb73461928845c80e758c44d07b27 # version 0.3.1
uses: smartcontractkit/.github/actions/ci-lint-go@1d4d31a94c485424fbe936c7be88a0e8935e93a9 # version 0.3.1
with:
# env inputs
use-env-files: "true"
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ci-lint-misc
uses: smartcontractkit/.github/actions/ci-lint-misc@6b08487b176ef7cad086526d0b54ddff6691c044 # [email protected]
uses: smartcontractkit/.github/actions/ci-lint-misc@1d4d31a94c485424fbe936c7be88a0e8935e93a9 # [email protected]

ci-test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ci-sonarqube
uses: smartcontractkit/.github/actions/ci-sonarqube-go@3e11dbc45e4c8b18dd996fb417ccf22056176388 # [email protected]
uses: smartcontractkit/.github/actions/ci-sonarqube-go@1d4d31a94c485424fbe936c7be88a0e8935e93a9 # [email protected]
with:
# sonarqube inputs
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
actions: read
steps:
- name: ci-lint
uses: smartcontractkit/.github/actions/ci-lint-go@7ac9af09dda8c553593d2153a975b43b6958fa9f # [email protected]
uses: smartcontractkit/.github/actions/ci-lint-go@1d4d31a94c485424fbe936c7be88a0e8935e93a9 # [email protected]
with:
# env inputs
use-env-files: "true"
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ci-sonarqube
uses: smartcontractkit/.github/actions/ci-sonarqube-go@3e11dbc45e4c8b18dd996fb417ccf22056176388 # [email protected]
uses: smartcontractkit/.github/actions/ci-sonarqube-go@1d4d31a94c485424fbe936c7be88a0e8935e93a9 # [email protected]
with:
# sonarqube inputs
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- name: cd-release
id: cd-release
uses: smartcontractkit/.github/actions/cicd-changesets@6da79c7b9f14bec077df2c1ad40d53823b409d9c # [email protected]
uses: smartcontractkit/.github/actions/cicd-changesets@1d4d31a94c485424fbe936c7be88a0e8935e93a9 # [email protected]
with:
# general inputs
git-user: app-token-issuer-foundations[bot]
Expand Down
Loading