Skip to content

Commit f6d6800

Browse files
Update common files (#1939)
1 parent ad85bfc commit f6d6800

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: "🔧 Setup GraalVM CE"
48-
uses: graalvm/[email protected].4
48+
uses: graalvm/[email protected].5
4949
with:
5050
distribution: 'graalvm'
5151
java-version: ${{ matrix.java }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
if: startsWith(github.ref, 'refs/tags/')
147147
steps:
148148
- name: Checkout repository
149-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
149+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
150150
- name: Download artifacts
151151
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
152152
with:

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ src/main/docs/resources/style/*.html
3232
src/main/docs/resources/img/micronaut-logo-white.svg
3333

3434
# Ignore files generated by test-resources
35-
**/.micronaut/test-resources/
35+
**/.micronaut/test-resources/

MAINTAINING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ The consequence of having both approaches in place is that we get multiple depen
102102
`micronaut-build` via our automation, and one or many (one per dependency) created by Renovate. When merging those, it
103103
is better to prefer the `micronaut-build` ones, if possible, for 2 reasons: a) they attempt to upgrade multiple dependencies
104104
in a single PR, which creates less noise in the Git history; b) Once you merge that, Renovate will react and automatically
105-
close its own PRs if the dependecy is up-to-date.
105+
close its own PRs if the dependency is up-to-date.
106106

107107
When an upgrade to a new version arrives, we need to be careful when merging, so that we don't introduce an
108108
unnecessary upgrade burden on our users. Read the
109109
[Module Upgrade Strategy](https://github.com/micronaut-projects/micronaut-core/wiki/Module-Upgrade-Strategy) for more
110110
information.
111111

112-
Note that if a new version arrives and we are not ready yet to do the upgrade, you need to
112+
Note that if a new version arrives, and we are not ready yet to do the upgrade, you need to
113113
[pin the old version](https://github.com/micronaut-projects/micronaut-build/#configuration-options), because otherwise,
114114
Renovate and our workflow will keep sending PRs. You should also create an issue to upgrade so that it's not forgotten.
115115

@@ -162,7 +162,7 @@ First of all, all the repos have an automatic changelog generation mechanism: wh
162162
release notes will contain pull requests merged and issues closed since the last release.
163163

164164
When the module is ready for a new release, check the generated release notes, and make changes if needed (for example,
165-
you can add an introduction paragraph highligting some items included in the release). If the version you are going to
165+
you can add an introduction paragraph highlighting some items included in the release). If the version you are going to
166166
publish is not a new patch version, but a new minor or major, update the release notes text to reflect the new version.
167167
If you are publishing a milestone or release candidate, check the pre-release checkbox.
168168

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We release patches for security vulnerabilities. Which versions are eligible
44
receiving such patches depend on the CVSS v3.0 Rating:
55

66
| CVSS v3.0 | Supported Versions |
7-
| --------- | ----------------------------------------- |
7+
|-----------|-------------------------------------------|
88
| 9.0-10.0 | Releases within the previous three months |
99
| 4.0-8.9 | Most recent release |
1010

0 commit comments

Comments
 (0)