-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump hoverkraft-tech/ci-github-common
Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common). Updates `hoverkraft-tech/ci-github-common` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@0.15.0...0.16.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6cd5ff8
commit 18a13be
Showing
6 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
security-events: write | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 | ||
- uses: github/codeql-action/[email protected] | ||
with: | ||
languages: ${{ inputs.code-ql }} | ||
|
@@ -74,7 +74,7 @@ jobs: | |
contents: read | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 | ||
- uses: actions/dependency-review-action@v4 | ||
|
||
setup: | ||
|
@@ -90,7 +90,7 @@ jobs: | |
steps: | ||
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659 | ||
# jscpd:ignore-start | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 | ||
|
||
- id: oidc | ||
uses: ChristopherHX/oidc@v3 | ||
|
@@ -162,7 +162,7 @@ jobs: | |
id-token: write | ||
steps: | ||
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659 | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 | ||
|
||
- id: oidc | ||
uses: ChristopherHX/oidc@v3 | ||
|
@@ -196,7 +196,7 @@ jobs: | |
id-token: write | ||
steps: | ||
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659 | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 | ||
if: needs.setup.outputs.build-commands | ||
|
||
- id: oidc | ||
|
@@ -257,7 +257,7 @@ jobs: | |
id-token: write | ||
steps: | ||
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659 | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0 | ||
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.16.0 | ||
|
||
- if: needs.setup.outputs.build-artifact | ||
uses: actions/download-artifact@v4 | ||
|