Skip to content

Commit 06ccf73

Browse files
dependabot[bot]FirelightFlagboy
authored andcommitted
chore(deps): Bump the github-actions group across 1 directory with 7 updates
Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` | | [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.83.1` | `2.83.4` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.4.0` | `7.0.0` | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.0` | `4.37.1` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.0` | `4.37.1` | | [github/codeql-action/autobuild](https://github.com/github/codeql-action) | `4.37.0` | `4.37.1` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `3.0.1` | `3.0.2` | Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) Updates `taiki-e/install-action` from 2.83.1 to 2.83.4 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@2ca9b94...07b4745) Updates `actions/setup-node` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@48b55a0...8207627) Updates `github/codeql-action/init` from 4.37.0 to 4.37.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...7188fc3) Updates `github/codeql-action/analyze` from 4.37.0 to 4.37.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...7188fc3) Updates `github/codeql-action/autobuild` from 4.37.0 to 4.37.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...7188fc3) Updates `softprops/action-gh-release` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@718ea10...3d0d988) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.83.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/autobuild dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6076796 commit 06ccf73

17 files changed

Lines changed: 44 additions & 44 deletions

.github/workflows/_parse_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
no_local: ${{ steps.version.outputs.no_local }}
8080
type: ${{ steps.version.outputs.type }}
8181
steps:
82-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
82+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
8383
with:
8484
ref: ${{ inputs.commit_sha }}
8585
timeout-minutes: 5

.github/workflows/_releaser_nightly_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions:
2626
contents: write
2727
steps:
28-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
28+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
2929
timeout-minutes: 5
3030

3131
- name: Install python

.github/workflows/ci-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
run:
3030
working-directory: docs
3131
steps:
32-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
32+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
3333
with:
3434
sparse-checkout: |
3535
.github
3636
HISTORY.rst
3737
docs
3838
timeout-minutes: 2
3939

40-
- uses: taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # pin v2.83.1
40+
- uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # pin v2.83.4
4141
with:
4242
tool: ripgrep
4343

.github/workflows/ci-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# All linux jobs must run the same ubuntu version to avoid Rust caching issues!
4949
runs-on: ubuntu-22.04
5050
steps:
51-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
51+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
5252
timeout-minutes: 5
5353

5454
- name: Retrieve runner specs

.github/workflows/ci-rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
ports:
6969
- 6777:6777
7070
steps:
71-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
71+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
7272
timeout-minutes: 5
7373

7474
- name: Retrieve runner specs
@@ -103,7 +103,7 @@ jobs:
103103
timeout-minutes: 5
104104

105105
# Install cargo nextest command
106-
- uses: taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # pin v2.83.1
106+
- uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # pin v2.83.4
107107
with:
108108
tool: nextest@0.9.114, wasm-pack@0.13.1, cargo-deny@0.19.0, cargo-udeps@0.1.56
109109

@@ -248,7 +248,7 @@ jobs:
248248
timeout-minutes: 60
249249
runs-on: ${{ matrix.os }}
250250
steps:
251-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
251+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
252252
timeout-minutes: 5
253253

254254
- name: Install test PKI certificates
@@ -311,7 +311,7 @@ jobs:
311311
timeout-minutes: 5
312312

313313
# Install cargo nextest command
314-
- uses: taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # pin v2.83.1
314+
- uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # pin v2.83.4
315315
with:
316316
tool: nextest@0.9.114
317317

.github/workflows/ci-web.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jobs:
5353
# Setting the server addr so that getServerConfig() returns the proper host for openBao
5454
PARSEC_SERVER_ADDR: parsec3://parsec-testbed-server:6777?no_ssl=true
5555
steps:
56-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
56+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
5757
timeout-minutes: 2
5858

5959
- name: Retrieve runner specs
6060
id: runner-specs
6161
uses: ./.github/actions/system-info
6262
timeout-minutes: 1
6363

64-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # pin v6.4.0
64+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # pin v7.0.0
6565
with:
6666
node-version: ${{ env.node-version }}
6767
cache: npm
@@ -143,7 +143,7 @@ jobs:
143143
timeout-minutes: 5
144144

145145
# Install wasm-pack command
146-
- uses: taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # pin v2.83.1
146+
- uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # pin v2.83.4
147147
if: steps.cache-libparsec.outputs.cache-hit != 'true'
148148
with:
149149
tool: wasm-pack@${{ env.wasm-pack-version }}
@@ -201,10 +201,10 @@ jobs:
201201
grep MemTotal /proc/meminfo
202202
timeout-minutes: 1
203203

204-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
204+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
205205
timeout-minutes: 2
206206

207-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # pin v6.4.0
207+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # pin v7.0.0
208208
with:
209209
node-version: ${{ env.node-version }}
210210
cache: npm
@@ -291,10 +291,10 @@ jobs:
291291
runs-on: ubuntu-24.04
292292
timeout-minutes: 5
293293
steps:
294-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
294+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
295295
timeout-minutes: 2
296296

297-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # pin v6.4.0
297+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # pin v7.0.0
298298
with:
299299
node-version: ${{ env.node-version }}
300300
cache: npm

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
web: ${{ steps.need-check.outputs.web }}
3737
docs: ${{ steps.need-check.outputs.docs }}
3838
steps:
39-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
39+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
4040
timeout-minutes: 5
4141

4242
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # pin v4.0.2
@@ -130,7 +130,7 @@ jobs:
130130
# Just a fail-safe timeout, see the fine grain per-task timeout instead
131131
timeout-minutes: 10
132132
steps:
133-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
133+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
134134
timeout-minutes: 5
135135

136136
- name: Ensure the PR head ref is not a perennial branch
@@ -194,7 +194,7 @@ jobs:
194194
diff --unified .pre-commit-config.yaml $TEMP_FILE || true
195195
echo "path=$TEMP_FILE" >> $GITHUB_OUTPUT
196196
197-
- uses: taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # pin v2.83.1
197+
- uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # pin v2.83.4
198198
with:
199199
tool: taplo-cli@0.9.3
200200

.github/workflows/codeql.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
poetry-version: 2.2.1
3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
38+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
3939
timeout-minutes: 5
4040

4141
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # pin v4.0.2
@@ -59,7 +59,7 @@ jobs:
5959
# Initializes the CodeQL tools for scanning.
6060
- name: Initialize CodeQL
6161
if: steps.should-run-python-analysis.outputs.run == 'true'
62-
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # pin v4.37.0
62+
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # pin v4.37.1
6363
with:
6464
languages: python
6565
setup-python-dependencies: false
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Perform CodeQL Analysis
9090
if: steps.should-run-python-analysis.outputs.run == 'true'
91-
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # pin v4.37.0
91+
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # pin v4.37.1
9292
with:
9393
category: /language:python
9494

@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-24.04
9898
steps:
9999
- name: Checkout repository
100-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
100+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
101101
timeout-minutes: 5
102102

103103
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # pin v4.0.2
@@ -117,7 +117,7 @@ jobs:
117117
# Initializes the CodeQL tools for scanning.
118118
- name: Initialize CodeQL
119119
if: steps.should-run-js-analysis.outputs.run == 'true'
120-
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # pin v4.37.0
120+
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # pin v4.37.1
121121
with:
122122
languages: typescript
123123

@@ -128,12 +128,12 @@ jobs:
128128

129129
- name: Autobuild for typescript
130130
if: steps.should-run-js-analysis.outputs.run == 'true'
131-
uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # pin v4.37.0
131+
uses: github/codeql-action/autobuild@7188fc363630916deb702c7fdcf4e481b751f97a # pin v4.37.1
132132
with:
133133
working-directory: client
134134

135135
- name: Perform CodeQL Analysis
136136
if: steps.should-run-js-analysis.outputs.run == 'true'
137-
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # pin v4.37.0
137+
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # pin v4.37.1
138138
with:
139139
category: /language:typescript

.github/workflows/cspell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout the repository
24-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
24+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
2525
timeout-minutes: 5
2626

2727
- name: Generate cspell cache key

.github/workflows/docker-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
docker-server:
2929
runs-on: ubuntu-22.04
3030
steps:
31-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # pin v7.0.0
31+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin v7.0.1
3232
timeout-minutes: 3
3333

3434
# Set up BuildKit Docker container builder to be able to build

0 commit comments

Comments
 (0)