|
9 | 9 | runs-on: ubuntu-latest |
10 | 10 | steps: |
11 | 11 | - name: Checkout sources |
12 | | - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 12 | + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
13 | 13 | - name: Install Nix |
14 | | - uses: cachix/install-nix-action@29bd9290ef037a3ecbdafe83cbd2185e9dd0fa0a # v20 |
| 14 | + uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # nix:v2.24.6 |
15 | 15 | with: |
16 | 16 | nix_path: nixpkgs=channel:nixos-unstable |
17 | 17 | - name: Parse version |
|
31 | 31 | needs: [golangci-lint-version] |
32 | 32 | steps: |
33 | 33 | - name: Checkout sources |
34 | | - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 34 | + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
35 | 35 | - name: Install Nix |
36 | | - uses: cachix/install-nix-action@29bd9290ef037a3ecbdafe83cbd2185e9dd0fa0a # v20 |
| 36 | + uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # nix:v2.24.6 |
37 | 37 | with: |
38 | 38 | nix_path: nixpkgs=channel:nixos-unstable |
39 | 39 | - name: Lint relayer |
|
43 | 43 | run: cat ./relayer/golangci-lint-relayer-report.xml |
44 | 44 | - name: Store Golangci lint relayer report artifact |
45 | 45 | if: always() |
46 | | - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 |
| 46 | + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 |
47 | 47 | with: |
48 | 48 | name: golangci-lint-relayer-report |
49 | 49 | path: ./relayer/golangci-lint-relayer-report.xml |
|
54 | 54 | needs: [golangci-lint-version] |
55 | 55 | steps: |
56 | 56 | - name: Checkout sources |
57 | | - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 57 | + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
58 | 58 | - name: Install Nix |
59 | | - uses: cachix/install-nix-action@29bd9290ef037a3ecbdafe83cbd2185e9dd0fa0a # v20 |
| 59 | + uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # nix:v2.24.6 |
60 | 60 | with: |
61 | 61 | nix_path: nixpkgs=channel:nixos-unstable |
62 | 62 | - name: Lint ops |
|
66 | 66 | run: cat ./ops/golangci-lint-ops-report.xml |
67 | 67 | - name: Store Golangci lint ops report artifact |
68 | 68 | if: always() |
69 | | - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 |
| 69 | + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 |
70 | 70 | with: |
71 | 71 | name: golangci-lint-ops-report |
72 | 72 | path: ./ops/golangci-lint-ops-report.xml |
|
77 | 77 | needs: [golangci-lint-version] |
78 | 78 | steps: |
79 | 79 | - name: Checkout sources |
80 | | - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 80 | + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
81 | 81 | - name: Install Nix |
82 | | - uses: cachix/install-nix-action@29bd9290ef037a3ecbdafe83cbd2185e9dd0fa0a # v20 |
| 82 | + uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # nix:v2.24.6 |
83 | 83 | with: |
84 | 84 | nix_path: nixpkgs=channel:nixos-unstable |
85 | 85 | - name: Lint integration-tests |
|
89 | 89 | run: cat ./integration-tests/golangci-lint-integration-tests-report.xml |
90 | 90 | - name: Store Golangci lint integration tests report artifact |
91 | 91 | if: always() |
92 | | - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 |
| 92 | + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 |
93 | 93 | with: |
94 | 94 | name: golangci-lint-integration-tests-report |
95 | 95 | path: ./integration-tests/golangci-lint-integration-tests-report.xml |
|
0 commit comments