Skip to content

Commit

Permalink
chore(deps): bump the github-actions-dependencies group across 1 dire…
Browse files Browse the repository at this point in the history
…ctory with 2 updates

Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `hoverkraft-tech/ci-github-common` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.14.0...0.15.0)

Updates `github/codeql-action` from 3.26.8 to 3.26.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.26.8...v3.26.9)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent df6e343 commit bddc32f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ permissions:

jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.14.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.15.0
2 changes: 1 addition & 1 deletion .github/workflows/__main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

release:
needs: ci
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.14.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.15.0
with:
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
github-app-id: ${{ vars.CI_BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.14.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.15.0
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.14.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.15.0

test-action-get-package-manager:
name: Test action "get-package-manager"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.14.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.15.0
16 changes: 8 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
security-events: write
runs-on: "ubuntu-latest"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0
- uses: github/codeql-action/init@v3.26.8
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0
- uses: github/codeql-action/init@v3.26.9
with:
languages: ${{ inputs.code-ql }}
- uses: github/codeql-action/analyze@v3.26.8
- uses: github/codeql-action/analyze@v3.26.9

dependency-review:
name: 🛡️ Dependency Review
Expand All @@ -74,7 +74,7 @@ jobs:
contents: read
runs-on: "ubuntu-latest"
steps:
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.14.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0
- uses: actions/dependency-review-action@v4

setup:
Expand All @@ -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.14.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0

- id: oidc
uses: ChristopherHX/oidc@v3
Expand Down Expand Up @@ -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.14.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0

- id: oidc
uses: ChristopherHX/oidc@v3
Expand Down Expand Up @@ -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.14.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0
if: needs.setup.outputs.build-commands

- id: oidc
Expand Down Expand Up @@ -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.14.0
- uses: hoverkraft-tech/ci-github-common/actions/checkout@0.15.0

- if: needs.setup.outputs.build-artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit bddc32f

Please sign in to comment.