Skip to content

Commit 9ce6055

Browse files
dependabot[bot]davidv1992
authored andcommitted
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/add-to-project](https://github.com/actions/add-to-project), [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/add-to-project` from 1.0.2 to 2.0.0 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@244f685...5afcf98) Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.2...v6.0.3) Updates `codecov/codecov-action` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bb252e commit 9ce6055

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/add-issues-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Add PR to project
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
13+
- uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
1414
with:
1515
# You can target a project in a different organization
1616
# to the issue

.github/workflows/add-prs-to-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Add PR to project
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
13+
- uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
1414
with:
1515
# You can target a project in a different organization
1616
# to the issue

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout sources
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2424

2525
- name: Install rust
2626
uses: actions-rs/toolchain@v1

.github/workflows/packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
tool: cross, cargo-deb, cargo-generate-rpm
3939

4040
- name: Checkout sources
41-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
41+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
4242

4343
- name: Build the release binaries
4444
run: RELEASE_TARGETS="${{ matrix.target }}" utils/build-release.sh
@@ -84,7 +84,7 @@ jobs:
8484
contents: write
8585
steps:
8686
- name: Checkout sources
87-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
87+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8888

8989
- name: Download artifacts
9090
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout sources
21-
uses: actions/checkout@v6.0.2
21+
uses: actions/checkout@v6.0.3
2222

2323
- name: Install rust
2424
uses: actions-rs/toolchain@v1
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout sources
49-
uses: actions/checkout@v6.0.2
49+
uses: actions/checkout@v6.0.3
5050

5151
- name: Install rust
5252
uses: actions-rs/toolchain@v1
@@ -65,7 +65,7 @@ jobs:
6565
RUST_BACKTRACE: 1
6666

6767
- name: Upload coverage to Codecov
68-
uses: codecov/codecov-action@v6
68+
uses: codecov/codecov-action@v7.0.0
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
files: lcov.info
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Checkout sources
79-
uses: actions/checkout@v6.0.2
79+
uses: actions/checkout@v6.0.3
8080

8181
- name: Install rust
8282
uses: actions-rs/toolchain@v1
@@ -116,7 +116,7 @@ jobs:
116116
features: ''
117117
steps:
118118
- name: Checkout sources
119-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
119+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
120120
with:
121121
persist-credentials: false
122122
- name: Install nightly toolchain
@@ -144,7 +144,7 @@ jobs:
144144
--format=lcov \
145145
-ignore-filename-regex="\.cargo|\.rustup" > lcov.info
146146
- name: Upload coverage to Codecov
147-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
147+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
148148
with:
149149
files: ./lcov.info
150150
fail_ci_if_error: false

0 commit comments

Comments
 (0)