diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 297640d4..343d47e8 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -11,7 +11,7 @@ jobs: name: pre release steps: - - uses: radcortez/project-metadata-action@master + - uses: radcortez/project-metadata-action@main name: retrieve project metadata id: metadata with: @@ -24,7 +24,7 @@ jobs: echo '::error::Cannot release a SNAPSHOT version.' exit 1 - - uses: radcortez/milestone-review-action@master + - uses: radcortez/milestone-review-action@main name: milestone review with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46075669..4337eb73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}} steps: - - uses: radcortez/project-metadata-action@master + - uses: radcortez/project-metadata-action@main name: retrieve project metadata id: metadata with: @@ -46,7 +46,7 @@ jobs: git push git push --tags - - uses: radcortez/milestone-release-action@master + - uses: radcortez/milestone-release-action@main name: milestone release with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/README.adoc b/README.adoc index 4847b448..b875d376 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ :ci: https://github.com/smallrye/smallrye-config/actions?query=workflow%3A%22SmallRye+Build%22 :sonar: https://sonarcloud.io/dashboard?id=smallrye_smallrye-config -image:https://github.com/smallrye/smallrye-metrics/workflows/SmallRye%20Build/badge.svg?branch=master[link={ci}] +image:https://github.com/smallrye/smallrye-metrics/workflows/SmallRye%20Build/badge.svg?branch=main[link={ci}] image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye-metrics&metric=alert_status["Quality Gate Status", link={sonar}] image:https://img.shields.io/github/license/smallrye/smallrye-metrics.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"] image:https://img.shields.io/maven-central/v/io.smallrye/smallrye-metrics?color=green[]