Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/go-mod-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v4

- name: Validate go.mod
uses: smartcontractkit/.github/apps/go-mod-validator@4864172d998c12cefa9c2552b36d6e9842261816 # go-mod-validator@1.3.0
uses: smartcontractkit/.github/apps/go-mod-validator@0d56f0b754ad71c938b4ff823c5616a36cb63dde # go-mod-validator@1.4.0
12 changes: 6 additions & 6 deletions .github/workflows/pull-request-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
actions: read
steps:
- name: Linting Go
uses: smartcontractkit/.github/actions/ci-lint-go@85085f8c650468409773440bc867a7b3642ccc9b # ci-lint-go@4.0.0
uses: smartcontractkit/.github/actions/ci-lint-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-lint-go@1.4.0
with:
golangci-lint-version: v2.6.2
use-go-cache: true
Expand All @@ -32,7 +32,7 @@ jobs:
actions: read
steps:
- name: Linting Go
uses: smartcontractkit/.github/actions/ci-lint-go@85085f8c650468409773440bc867a7b3642ccc9b # ci-lint-go@4.0.0
uses: smartcontractkit/.github/actions/ci-lint-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-lint-go@1.4.0
with:
golangci-lint-version: v2.6.2
golangci-lint-args: --build-tags="e2e"
Expand All @@ -47,7 +47,7 @@ jobs:
contents: read
steps:
- name: Linting Misc (yaml + sh files)
uses: smartcontractkit/.github/actions/ci-lint-misc@9fc306ac63d8997c9ca0da283e56caaf71589f83 # ci-lint-misc@1.0.0
uses: smartcontractkit/.github/actions/ci-lint-misc@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-lint-misc@1.4.0

ci-test:
name: Tests
Expand All @@ -58,7 +58,7 @@ jobs:
actions: read
steps:
- name: Build and test
uses: smartcontractkit/.github/actions/ci-test-go@2b1d964024bb001ae9fba4f840019ac86ad1d824 # ci-test-go@1.1.0
uses: smartcontractkit/.github/actions/ci-test-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-test-go@1.4.0
with:
go-test-cmd: go test -v -cover -coverpkg=./... -coverprofile=coverage.txt ./...
use-go-cache: true
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
./e2e/tests/solana/compile-mcm-contracts.sh

- name: Run e2e tests
uses: smartcontractkit/.github/actions/ci-test-go@2b1d964024bb001ae9fba4f840019ac86ad1d824 # ci-test-go@1.1.0
uses: smartcontractkit/.github/actions/ci-test-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-test-go@1.4.0
with:
checkout-repo: false
use-go-cache: true
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
if: github.actor != 'dependabot[bot]'
steps:
- name: Scanning with Sonarqube
uses: smartcontractkit/.github/actions/ci-sonarqube-go@01d931b0455a754d12e7143cc54a5a3521a8f6f6 # ci-sonarqube-go@0.3.1
uses: smartcontractkit/.github/actions/ci-sonarqube-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-sonarqube-go@0.3.1
with:
# sonarqube inputs
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
actions: read
steps:
- name: Linting Go
uses: smartcontractkit/.github/actions/ci-lint-go@85085f8c650468409773440bc867a7b3642ccc9b # ci-lint-go@4.0.0
uses: smartcontractkit/.github/actions/ci-lint-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-lint-go@1.4.0
with:
golangci-lint-version: v2.6.2
use-go-cache: true
Expand All @@ -31,7 +31,7 @@ jobs:
actions: read
steps:
- name: Linting Go
uses: smartcontractkit/.github/actions/ci-lint-go@85085f8c650468409773440bc867a7b3642ccc9b # ci-lint-go@4.0.0
uses: smartcontractkit/.github/actions/ci-lint-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-lint-go@1.4.0
with:
golangci-lint-version: v2.6.2
golangci-lint-args: --build-tags="e2e"
Expand All @@ -46,7 +46,7 @@ jobs:
contents: read
steps:
- name: Linting Misc (yaml + sh files)
uses: smartcontractkit/.github/actions/ci-lint-misc@9fc306ac63d8997c9ca0da283e56caaf71589f83 # ci-lint-misc@1.0.0
uses: smartcontractkit/.github/actions/ci-lint-misc@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-lint-misc@1.4.0

ci-test:
runs-on: ubuntu-latest
Expand All @@ -56,7 +56,7 @@ jobs:
actions: read
steps:
- name: ci-test
uses: smartcontractkit/.github/actions/ci-test-go@2b1d964024bb001ae9fba4f840019ac86ad1d824 # ci-test-go@1.1.0
uses: smartcontractkit/.github/actions/ci-test-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-test-go@1.4.0
with:
go-test-cmd: go test -coverprofile=coverage.txt $(go list ./...)
use-go-cache: true
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
./e2e/tests/solana/compile-mcm-contracts.sh

- name: Run e2e tests
uses: smartcontractkit/.github/actions/ci-test-go@2b1d964024bb001ae9fba4f840019ac86ad1d824 # ci-test-go@1.1.0
uses: smartcontractkit/.github/actions/ci-test-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-test-go@1.4.0
with:
checkout-repo: false
use-go-cache: true
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
contents: read
steps:
- name: cd-release
uses: smartcontractkit/.github/actions/cicd-changesets@01d931b0455a754d12e7143cc54a5a3521a8f6f6 # cicd-changesets@0.3.6
uses: smartcontractkit/.github/actions/cicd-changesets@0d56f0b754ad71c938b4ff823c5616a36cb63dde # cicd-changesets@0.3.6
with:
# general inputs
git-user: app-token-issuer-infra-releng[bot]
Expand All @@ -177,7 +177,7 @@ jobs:
if: github.actor != 'dependabot[bot]'
steps:
- name: Scanning with Sonarqube
uses: smartcontractkit/.github/actions/ci-sonarqube-go@01d931b0455a754d12e7143cc54a5a3521a8f6f6 # ci-sonarqube-go@0.3.1
uses: smartcontractkit/.github/actions/ci-sonarqube-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-sonarqube-go@0.3.1
with:
# sonarqube inputs
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
actions: read
steps:
- name: ci-lint
uses: smartcontractkit/.github/actions/ci-lint-go@85085f8c650468409773440bc867a7b3642ccc9b # ci-lint-go@4.0.0
uses: smartcontractkit/.github/actions/ci-lint-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-lint-go@1.4.0
with:
golangci-lint-version: v2.6.2
golangci-lint-config: .golangci.yml
Expand All @@ -28,7 +28,7 @@ jobs:
actions: read
steps:
- name: Linting Go
uses: smartcontractkit/.github/actions/ci-lint-go@85085f8c650468409773440bc867a7b3642ccc9b # ci-lint-go@4.0.0
uses: smartcontractkit/.github/actions/ci-lint-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-lint-go@1.4.0
with:
golangci-lint-version: v2.6.2
golangci-lint-args: --build-tags="e2e"
Expand All @@ -42,7 +42,7 @@ jobs:
actions: read
steps:
- name: ci-test
uses: smartcontractkit/.github/actions/ci-test-go@2b1d964024bb001ae9fba4f840019ac86ad1d824 # ci-test-go@1.1.0
uses: smartcontractkit/.github/actions/ci-test-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # ci-test-go@1.4.0

cicd-publish-release:
runs-on: ubuntu-latest
Expand All @@ -52,7 +52,7 @@ jobs:
actions: read
steps:
- name: cicd-publish-release
uses: smartcontractkit/.github/actions/cicd-build-publish-artifacts-go@b4737861584f88fa9569d6978f70fedf8b1ae67c # cicd-build-publish-artifacts-go@0.4.0
uses: smartcontractkit/.github/actions/cicd-build-publish-artifacts-go@0d56f0b754ad71c938b4ff823c5616a36cb63dde # cicd-build-publish-artifacts-go@0.4.0
with:
# general inputs
app-name: mcms-lib
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
shell: bash

- name: Notify Slack
uses: smartcontractkit/.github/actions/slack-notify-git-ref@01d931b0455a754d12e7143cc54a5a3521a8f6f6 # slack-notify-git-ref@0.1.4
uses: smartcontractkit/.github/actions/slack-notify-git-ref@0d56f0b754ad71c938b4ff823c5616a36cb63dde # slack-notify-git-ref@0.1.4
with:
slack-channel-id: ${{ secrets.SLACK_CHANNEL_MCMS }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN_RELENG }} # Releng Bot
Expand Down
Loading