Skip to content

Commit dfb80ad

Browse files
ci(deps): bump the github-actions group with 5 updates (#153)
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `6.0.0` | `6.0.1` | | [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) | `23.0.0` | `23.2.0` | | [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `2.0.17` | `2.0.19` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.9.0` | `5.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.35.5` | `4.36.0` | Updates `codecov/codecov-action` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@57e3a13...e79a696) Updates `DavidAnson/markdownlint-cli2-action` from 23.0.0 to 23.2.0 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@ce4853d...ded1f94) Updates `EmbarkStudios/cargo-deny-action` from 2.0.17 to 2.0.19 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@v2.0.17...a531616) Updates `actions/dependency-review-action` from 4.9.0 to 5.0.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@v4.9.0...a1d282b) Updates `github/codeql-action` from 4.35.5 to 4.36.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e0d7b8...7211b7c) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 23.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/dependency-review-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Juul Dyhr <thomas@dyhr.com>
1 parent 8124059 commit dfb80ad

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci-optimized.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
156156

157157
- name: Upload coverage
158-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
158+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
159159
with:
160160
files: ./lcov.info
161161
fail_ci_if_error: false

.github/workflows/quality-consolidated.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Run markdownlint
2828
continue-on-error: true
29-
uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v23.0.0
29+
uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
3030
with:
3131
globs: "**/*.md"
3232

@@ -96,7 +96,7 @@ jobs:
9696
run: cargo audit
9797

9898
- name: Run cargo deny
99-
uses: EmbarkStudios/cargo-deny-action@91bf2b620e09e18d6eb78b92e7861937469acedb # v2
99+
uses: EmbarkStudios/cargo-deny-action@a531616d8ce3b9177443e48a1159bc945a099823 # v2
100100
continue-on-error: true
101101
with:
102102
log-level: warn
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
114114

115115
- name: Dependency Review
116-
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4
116+
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v4
117117
with:
118118
fail-on-severity: moderate
119119

@@ -147,7 +147,7 @@ jobs:
147147
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
148148

149149
- name: Upload coverage to Codecov
150-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
150+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
151151
with:
152152
files: lcov.info
153153
fail_ci_if_error: false

.github/workflows/security.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Run cargo deny
7070
continue-on-error: true
71-
uses: EmbarkStudios/cargo-deny-action@6c8f9facfa5047ec02d8485b6bf52b587b7777d1 # v2
71+
uses: EmbarkStudios/cargo-deny-action@a531616d8ce3b9177443e48a1159bc945a099823 # v2
7272

7373
- name: Check for outdated dependencies
7474
continue-on-error: true
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
109109

110110
- name: Initialize CodeQL
111-
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
111+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
112112
with:
113113
languages: rust
114114
queries: +security-and-quality
@@ -122,7 +122,7 @@ jobs:
122122
run: cargo build --all-features
123123

124124
- name: Perform CodeQL Analysis
125-
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
125+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
126126
with:
127127
category: "/language:rust"
128128

@@ -146,7 +146,7 @@ jobs:
146146
147147
- name: Upload SARIF file
148148
if: always() && hashFiles('semgrep.sarif') != ''
149-
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
149+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
150150
with:
151151
sarif_file: semgrep.sarif
152152

@@ -240,6 +240,6 @@ jobs:
240240
- name: Upload SARIF results
241241
if: hashFiles('results.sarif') != ''
242242
continue-on-error: true
243-
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
243+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
244244
with:
245245
sarif_file: results.sarif

0 commit comments

Comments
 (0)