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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: actions/setup-go@v3
with:
go-version: 1.18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
environment: release
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
with:
submodules: true
- name: Set up Go
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: |
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: |
Expand All @@ -49,7 +49,7 @@ jobs:
name: Run flake8 on python integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10
with:
Expand All @@ -65,7 +65,7 @@ jobs:
name: Check gomod2nix.toml file is up to date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: bufbuild/buf-setup-action@v1.6.0
- uses: bufbuild/buf-lint-action@v1
with:
Expand All @@ -20,7 +20,7 @@ jobs:
break-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: bufbuild/buf-setup-action@v1.6.0
- uses: bufbuild/buf-breaking-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
uses: actions/checkout@v6
- name: Get Diff
uses: technote-space/get-diff-action@v6.1.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- name: Get Diff
uses: technote-space/get-diff-action@v6.1.0
with:
Expand All @@ -29,7 +29,7 @@ jobs:
**/*.sol
go.mod
go.sum
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- run: semgrep scan --sarif --output=semgrep.sarif
env:
# Upload findings to GitHub Advanced Security Dashboard [step 1/2]
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: 1.18
check-latest: true
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: |
Expand All @@ -47,7 +47,7 @@ jobs:
with:
go-version: 1.18
check-latest: true
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6.1.0
id: git_diff
with:
Expand All @@ -68,7 +68,7 @@ jobs:
with:
go-version: 1.18
check-latest: true
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: |
Expand All @@ -89,7 +89,7 @@ jobs:
with:
go-version: 1.18
check-latest: true
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: |
Expand All @@ -105,7 +105,7 @@ jobs:
integration_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v15
- uses: cachix/cachix-action@v10
with:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
with:
go-version: 1.18
check-latest: true
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: |
Expand All @@ -160,7 +160,7 @@ jobs:
with:
go-version: 1.18
check-latest: true
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: |
Expand All @@ -180,7 +180,7 @@ jobs:
with:
go-version: 1.18
check-latest: true
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: |
Expand All @@ -200,7 +200,7 @@ jobs:
with:
go-version: 1.18
check-latest: true
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- uses: technote-space/get-diff-action@v6.1.0
with:
PATTERNS: |
Expand Down
Loading