Skip to content

Commit 49758a0

Browse files
mmsqebobby-lin-cdc
andauthored
Problem: changelog is outdated (#1788)
* Problem: changelog is outdated * bump changed-files * pin gha hash (#1792) Signed-off-by: mmsqe <[email protected]> Co-authored-by: mmsqe <[email protected]> * fix resolve --------- Signed-off-by: mmsqe <[email protected]> Co-authored-by: bobby-lin-cdc <[email protected]>
1 parent 2e2f2cd commit 49758a0

File tree

10 files changed

+48
-48
lines changed

10 files changed

+48
-48
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v3
23-
- uses: cachix/install-nix-action@v23
23+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
2424
with:
2525
nix_path: nixpkgs=channel:nixos-22.11
2626
extra_nix_config: |
2727
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2828
- id: changed-files
29-
uses: tj-actions/changed-files@v41
29+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
3030
with:
3131
files: |
3232
**/*.go
3333
*.mod
3434
*.sum
35-
- uses: cachix/cachix-action@v12
35+
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
3636
if: steps.changed-files.outputs.any_changed == 'true'
3737
with:
3838
name: cronos
@@ -53,19 +53,19 @@ jobs:
5353
timeout-minutes: 40
5454
steps:
5555
- uses: actions/checkout@v3
56-
- uses: cachix/install-nix-action@v23
56+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
5757
with:
5858
nix_path: nixpkgs=channel:nixos-22.11
5959
extra_nix_config: |
6060
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
6161
- id: changed-files
62-
uses: tj-actions/changed-files@v41
62+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
6363
with:
6464
files: |
6565
**/*.go
6666
*.mod
6767
*.sum
68-
- uses: cachix/cachix-action@v12
68+
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
6969
if: steps.changed-files.outputs.any_changed == 'true'
7070
with:
7171
name: cronos
@@ -85,7 +85,7 @@ jobs:
8585
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
8686
done
8787
if: steps.changed-files.outputs.any_changed == 'true'
88-
- uses: codecov/codecov-action@v4
88+
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
8989
with:
9090
token: ${{ secrets.CODECOV_TOKEN }}
9191
files: ./coverage.txt,./memiavl/coverage.txt,./store/coverage.txt,./versiondb/coverage.txt
@@ -98,12 +98,12 @@ jobs:
9898
with:
9999
fetch-depth: 0
100100
- id: changed-files
101-
uses: tj-actions/changed-files@v41
101+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
102102
with:
103103
files: |
104104
go.mod
105105
go.sum
106-
- uses: cachix/install-nix-action@v23
106+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
107107
with:
108108
nix_path: nixpkgs=channel:nixos-22.11
109109
extra_nix_config: |
@@ -133,17 +133,17 @@ jobs:
133133
with:
134134
fetch-depth: 0
135135
- id: changed-files
136-
uses: tj-actions/changed-files@v41
136+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
137137
with:
138138
files: |
139139
contracts
140-
- uses: cachix/install-nix-action@v23
140+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
141141
with:
142142
nix_path: nixpkgs=channel:nixos-22.11
143143
extra_nix_config: |
144144
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
145145
if: steps.changed-files.outputs.any_changed == 'true'
146-
- uses: cachix/cachix-action@v12
146+
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
147147
if: steps.changed-files.outputs.any_changed == 'true'
148148
with:
149149
name: cronos

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: cachix/install-nix-action@v23
24+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
2525
with:
2626
nix_path: nixpkgs=channel:nixos-24.05
2727
extra_nix_config: |
2828
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
29-
- uses: cachix/cachix-action@v12
29+
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
3030
with:
3131
name: cronos
3232
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"

.github/workflows/gosec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
GO111MODULE: on
1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: technote-space/get-diff-action@v3
20+
- uses: technote-space/get-diff-action@f27caffdd0fb9b13f4fc191c016bb4e0632844af # v3
2121
with:
2222
SUFFIX_FILTER: |
2323
.go
2424
.mod
2525
.sum
2626
- name: Run Gosec Security Scanner
27-
uses: informalsystems/gosec@master
27+
uses: informalsystems/gosec@f3d05e8e90198e1d4823cf4e8cb36ad490df8677 # v0.10.4
2828
with:
2929
# we let the report trigger content trigger a failure using the GitHub Security features.
3030
args: '-no-fail -fmt sarif -out results.sarif ./...'

.github/workflows/linkchecker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- id: changed-files
18-
uses: tj-actions/changed-files@v41
18+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
1919
with:
2020
files: |
2121
docs/**/*.md
22-
- uses: gaurav-nelson/[email protected]
22+
- uses: gaurav-nelson/github-action-markdown-link-check@4d5a901466436052915a68d4a856171a50b2c762 # 1.0.13
2323
if: steps.changed-files.outputs.any_changed == 'true'
2424
with:
2525
folder-path: "docs"

.github/workflows/lint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
with:
2525
go-version: '1.22.7'
2626
- uses: actions/checkout@v3
27-
- uses: cachix/install-nix-action@v23
27+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
2828
with:
2929
nix_path: nixpkgs=channel:nixos-22.11
3030
extra_nix_config: |
3131
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
3232
- id: changed-files
33-
uses: tj-actions/changed-files@v41
33+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
3434
with:
3535
files: |
3636
**/*.go
@@ -64,19 +64,19 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666
- id: changed-files
67-
uses: tj-actions/changed-files@v41
67+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
6868
with:
6969
files: |
7070
**/poetry.lock
7171
**/pyproject.toml
7272
**/*.py
73-
- uses: cachix/install-nix-action@v23
73+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
7474
with:
7575
nix_path: nixpkgs=channel:nixos-22.11
7676
extra_nix_config: |
7777
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
7878
if: steps.changed-files.outputs.any_changed == 'true'
79-
- uses: cachix/cachix-action@v12
79+
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
8080
if: steps.changed-files.outputs.any_changed == 'true'
8181
with:
8282
name: cronos
@@ -91,12 +91,12 @@ jobs:
9191
with:
9292
fetch-depth: 0
9393
- id: changed-files
94-
uses: tj-actions/changed-files@v41
94+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
9595
with:
9696
files: |
9797
*.nix
9898
**/*.nix
99-
- uses: cachix/install-nix-action@v23
99+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
100100
with:
101101
nix_path: nixpkgs=channel:nixos-22.11
102102
extra_nix_config: |

.github/workflows/proto.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 5
1515
steps:
1616
- uses: actions/checkout@v3
17-
- uses: technote-space/get-diff-action@v6
17+
- uses: technote-space/get-diff-action@f27caffdd0fb9b13f4fc191c016bb4e0632844af # v6
1818
with:
1919
PATTERNS: |
2020
**/**.proto
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: technote-space/get-diff-action@v6
28+
- uses: technote-space/get-diff-action@f27caffdd0fb9b13f4fc191c016bb4e0632844af # v6
2929
with:
3030
PATTERNS: |
3131
**/**.proto
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v3
39-
- uses: technote-space/get-diff-action@v6
39+
- uses: technote-space/get-diff-action@f27caffdd0fb9b13f4fc191c016bb4e0632844af # v6
4040
with:
4141
PATTERNS: |
4242
**/**.proto
@@ -46,4 +46,4 @@ jobs:
4646
make proto-gen-ci # proto-swagger-gen FIXME swagger-gen result is not reproducible in CI
4747
git checkout -- go.mod go.sum # FIXME doc gen not reproducible in CI
4848
- name: check working directory is clean
49-
uses: numtide/clean-git-action@main
49+
uses: numtide/clean-git-action@30e3d6d6e2d6e77e73761cf5324467cb74386f87 # v2

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
environment: release
1515
steps:
1616
- uses: actions/checkout@v3
17-
- uses: cachix/install-nix-action@v23
17+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
1818
with:
1919
nix_path: nixpkgs=channel:nixos-22.11
2020
extra_nix_config: |
2121
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
22-
- uses: cachix/cachix-action@v12
22+
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
2323
with:
2424
name: cronos
2525
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
@@ -40,7 +40,7 @@ jobs:
4040
echo 'EOF' >> $GITHUB_ENV
4141
cat $GITHUB_ENV
4242
- name: upload binaries
43-
uses: softprops/action-gh-release@v1
43+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
4444
with:
4545
draft: true
4646
files: "${{ env.FILES }}"
@@ -55,16 +55,16 @@ jobs:
5555
environment: release
5656
steps:
5757
- uses: actions/checkout@v3
58-
- uses: cachix/install-nix-action@v23
58+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
5959
with:
6060
nix_path: nixpkgs=channel:nixos-22.11
6161
extra_nix_config: |
6262
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
63-
- uses: apple-actions/import-codesign-certs@v1
63+
- uses: apple-actions/import-codesign-certs@253ddeeac23f2bdad1646faac5c8c2832e800071 # v1
6464
with:
6565
p12-file-base64: ${{ secrets.MAC_CODE_SIGN_CERT }}
6666
p12-password: ${{ secrets.MAC_CODE_SIGN_CERT_PASS }}
67-
- uses: cachix/cachix-action@v12
67+
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
6868
with:
6969
name: cronos
7070
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
@@ -97,7 +97,7 @@ jobs:
9797
echo 'EOF' >> $GITHUB_ENV
9898
cat $GITHUB_ENV
9999
- name: upload binaries
100-
uses: softprops/action-gh-release@v1
100+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
101101
with:
102102
draft: true
103103
files: "${{ env.FILES }}"

.github/workflows/sims.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
outputs:
3232
valid: ${{ steps.setValid.outputs.valid }}
3333
steps:
34-
- uses: tspascoal/[email protected]
34+
- uses: tspascoal/get-user-teams-membership@f7435257091e582354c44b55b296edf65be35700 # v1.0.2
3535
id: checkMember
3636
if: github.event_name == 'issue_comment'
3737
with:
@@ -76,7 +76,7 @@ jobs:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
- name: Github API Request
7878
id: request
79-
uses: octokit/request-action@main
79+
uses: octokit/request-action@bbedc70b1981e610d89f1f8de88311a1fc02fb83 # v2.4.0
8080
if: github.event_name == 'issue_comment'
8181
with:
8282
route: ${{ github.event.issue.pull_request.url }}

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- id: changed-files
32-
uses: tj-actions/changed-files@v41
32+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
3333
with:
3434
files: |
3535
docs
3636
*.md
3737
**/*.md
38-
- uses: cachix/install-nix-action@v23
38+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
3939
with:
4040
nix_path: nixpkgs=channel:nixos-22.11
4141
extra_nix_config: |
4242
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
4343
if: steps.changed-files.outputs.only_changed == 'false'
44-
- uses: cachix/cachix-action@v12
44+
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
4545
if: steps.changed-files.outputs.only_changed == 'false'
4646
with:
4747
name: cronos
@@ -68,7 +68,7 @@ jobs:
6868
go tool covdata textfmt -i=coverage -o profile.txt
6969
- name: Upload coverage report
7070
if: steps.changed-files.outputs.only_changed == 'false'
71-
uses: codecov/codecov-action@v4
71+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
file: ./profile.txt
@@ -86,19 +86,19 @@ jobs:
8686
with:
8787
fetch-depth: 0
8888
- id: changed-files
89-
uses: tj-actions/changed-files@v41
89+
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5
9090
with:
9191
files: |
9292
docs
9393
*.md
9494
**/*.md
95-
- uses: cachix/install-nix-action@v23
95+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
9696
with:
9797
nix_path: nixpkgs=channel:nixos-22.11
9898
extra_nix_config: |
9999
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
100100
if: steps.changed-files.outputs.only_changed == 'false'
101-
- uses: cachix/cachix-action@v12
101+
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
102102
if: steps.changed-files.outputs.only_changed == 'false'
103103
with:
104104
name: cronos
@@ -116,12 +116,12 @@ jobs:
116116
- uses: actions/checkout@v3
117117
with:
118118
fetch-depth: 0
119-
- uses: cachix/install-nix-action@v23
119+
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
120120
with:
121121
nix_path: nixpkgs=channel:nixos-22.11
122122
extra_nix_config: |
123123
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
124-
- uses: cachix/cachix-action@v12
124+
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
125125
with:
126126
name: cronos
127127
# github don't pass secrets for pull request from fork repos,

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
### Bug Fixes
3939

40+
* [#1724](https://github.com/crypto-org-chain/cronos/pull/1724) Include the fix of nonce management in batch tx in ethermint.
4041
* [#1748](https://github.com/crypto-org-chain/cronos/pull/1748) Query with GetCFWithTS to compare both timestamp and key to avoid run fixdata multiple times.
4142
* (versiondb) [#1751](https://github.com/crypto-org-chain/cronos/pull/1751) Add missing Destroy for read options to properly hold and release options reference.
4243
* [#1753](https://github.com/crypto-org-chain/cronos/pull/1753) Support legacy global AccountNumber.
@@ -78,7 +79,6 @@
7879
### Improvements
7980

8081
* [#1712](https://github.com/crypto-org-chain/cronos/pull/1712) Upgrade rocksdb to `v9.8.4`.
81-
* [#1747](https://github.com/crypto-org-chain/cronos/pull/1747) Skip batch initialization and flush when fixdata with dry-run.
8282

8383
*Dec 2, 2024*
8484

0 commit comments

Comments
 (0)