Skip to content
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@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # 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@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # [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@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # [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@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # [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@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # [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@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # [email protected]
with:
# general inputs
git-user: app-token-issuer-foundations[bot]
Expand Down
Loading