Skip to content

Commit 3f65aea

Browse files
ci(deps): bump the actions group with 8 updates
Bumps the actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) | `0.35.0` | `0.36.0` | | [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` | | [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) | `3.0.3` | `3.0.4` | | [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `7.0.0` | `7.2.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.2` | Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `aquasecurity/trivy-action` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@57a97c7...ed142fd) Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `marocchino/sticky-pull-request-comment` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@d4d6b09...0ea0beb) Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) Updates `goreleaser/goreleaser-action` from 7.0.0 to 7.2.1 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@ec59f47...1a80836) Updates `github/codeql-action` from 4.35.1 to 4.35.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c10b806...95e58e9) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: aquasecurity/trivy-action dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09886f6 commit 3f65aea

12 files changed

Lines changed: 30 additions & 30 deletions

.github/workflows/build-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
go build -ldflags="-s -w" -o "ckb-${GOOS}-${GOARCH}${ext}" ./cmd/ckb
5050
5151
- name: Upload artifact
52-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
52+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5353
with:
5454
name: ckb-${{ matrix.os }}-${{ matrix.arch }}
5555
path: ckb-${{ matrix.os }}-${{ matrix.arch }}*

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
govulncheck ./...
150150
151151
- name: Run Trivy filesystem scan
152-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
152+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # 0.36.0
153153
with:
154154
scan-type: 'fs'
155155
scan-ref: '.'
@@ -177,7 +177,7 @@ jobs:
177177
run: ./ckb version
178178

179179
- name: Upload binary
180-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
180+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
181181
with:
182182
name: ckb-linux-amd64
183183
path: ckb

.github/workflows/ckb.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# ───────────────────────────────────────────────────────────────────────
9696
- name: Cache
9797
id: cache
98-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
98+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
9999
with:
100100
path: .ckb/
101101
key: ckb-${{ runner.os }}-${{ hashFiles('go.sum') }}-${{ github.base_ref }}
@@ -172,7 +172,7 @@ jobs:
172172
fi
173173
174174
- name: Post Impact Comment
175-
uses: marocchino/sticky-pull-request-comment@d4d6b0936434b21bc8345ad45a440c5f7d2c40ff # v3.0.3
175+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
176176
with:
177177
header: ckb-impact
178178
path: impact.md
@@ -377,7 +377,7 @@ jobs:
377377
# ───────────────────────────────────────────────────────────────────────
378378
- name: Comment
379379
if: always()
380-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
380+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
381381
env:
382382
CACHE_HIT: ${{ steps.cache.outputs.cache-hit }}
383383
INDEX_MODE: ${{ steps.index.outputs.mode }}
@@ -928,7 +928,7 @@ jobs:
928928
- name: Reviewers
929929
if: always()
930930
continue-on-error: true
931-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
931+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
932932
with:
933933
script: |
934934
const fs = require('fs');
@@ -954,14 +954,14 @@ jobs:
954954
# ───────────────────────────────────────────────────────────────────────
955955
- name: Save Cache
956956
if: always()
957-
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
957+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
958958
with:
959959
path: .ckb/
960960
key: ckb-${{ runner.os }}-${{ hashFiles('go.sum') }}-${{ github.base_ref }}
961961

962962
- name: Upload
963963
if: always()
964-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
964+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
965965
with:
966966
name: ckb-analysis
967967
path: '*.json'
@@ -992,7 +992,7 @@ jobs:
992992
run: go install github.com/scip-code/scip-go/cmd/scip-go@latest
993993

994994
- name: Cache
995-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
995+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
996996
with:
997997
path: .ckb/
998998
key: ckb-${{ runner.os }}-refresh-${{ github.run_id }}
@@ -1035,7 +1035,7 @@ jobs:
10351035
echo "| Language Quality | $(jq '.overallQuality * 100 | floor' reports/languages.json)% |" >> $GITHUB_STEP_SUMMARY
10361036
10371037
- name: Upload
1038-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
1038+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
10391039
with:
10401040
name: ckb-refresh
10411041
path: reports/

.github/workflows/cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Upload coverage
7171
if: always()
72-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
72+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7373
with:
7474
name: coverage
7575
path: |

.github/workflows/nfr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
exit 0
4040
4141
- name: Upload head results
42-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
42+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4343
with:
4444
name: nfr-head
4545
path: nfr-output.txt
@@ -72,7 +72,7 @@ jobs:
7272
exit 0
7373
7474
- name: Upload base results
75-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
75+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7676
with:
7777
name: nfr-base
7878
path: nfr-output.txt
@@ -270,7 +270,7 @@ jobs:
270270
271271
- name: Comment on PR
272272
if: always() && github.event_name == 'pull_request'
273-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
273+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
274274
with:
275275
script: |
276276
const fs = require('fs');
@@ -308,7 +308,7 @@ jobs:
308308
309309
- name: Upload NFR results
310310
if: always()
311-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
311+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
312312
with:
313313
name: nfr-results
314314
path: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: true
3030

3131
- name: Set up Node.js
32-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
32+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3333
with:
3434
node-version: '20'
3535
registry-url: 'https://registry.npmjs.org'
@@ -79,7 +79,7 @@ jobs:
7979
run: go test -race ./...
8080

8181
- name: Run GoReleaser
82-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
82+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
8383
with:
8484
version: '~> v2'
8585
args: release --clean

.github/workflows/security-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
143143
- name: Upload Trivy SARIF
144144
if: inputs.scan_trivy && hashFiles('trivy-vuln.sarif') != ''
145-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
145+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
146146
with:
147147
sarif_file: trivy-vuln.sarif
148148
category: trivy
@@ -220,7 +220,7 @@ jobs:
220220
echo "| **Total** | **$TOTAL** |" >> $GITHUB_STEP_SUMMARY
221221
222222
- name: Upload artifacts
223-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
223+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
224224
if: always()
225225
with:
226226
name: dependency-scan-results

.github/workflows/security-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
202202
- name: PR Comment
203203
if: github.event_name == 'pull_request'
204-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
204+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
205205
with:
206206
script: |
207207
const fs = require('fs');

.github/workflows/security-sast-common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ jobs:
9191
9292
- name: Upload SARIF
9393
if: hashFiles('semgrep.sarif') != ''
94-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
94+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
9595
with:
9696
sarif_file: semgrep.sarif
9797
category: semgrep
9898
continue-on-error: true
9999

100100
- name: Upload artifacts
101-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
101+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
102102
if: always()
103103
with:
104104
name: semgrep-results

.github/workflows/security-sast-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ jobs:
134134
echo "| **Total** | **$FINDINGS** |" >> $GITHUB_STEP_SUMMARY
135135
136136
- name: Upload SARIF
137-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
137+
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
138138
with:
139139
sarif_file: gosec.sarif
140140
category: gosec
141141
continue-on-error: true
142142

143143
- name: Upload artifacts
144-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
144+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
145145
if: always()
146146
with:
147147
name: gosec-results

0 commit comments

Comments
 (0)