Skip to content

Commit 284b3a2

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 5 updates
Bumps the github-actions-dependencies group with 4 updates in the / directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common), [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish), [github/codeql-action](https://github.com/github/codeql-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action). Bumps the github-actions-dependencies group with 1 update in the /actions/dependencies-cache directory: [actions/cache](https://github.com/actions/cache). Updates `hoverkraft-tech/ci-github-common` from 0.23.1 to 0.24.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](hoverkraft-tech/ci-github-common@6857ef6...b488399) Updates `hoverkraft-tech/ci-github-publish` from 0.7.1 to 0.8.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@7ce3b41...6d9e5d4) Updates `github/codeql-action` from 3.29.9 to 3.29.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@df55935...96f518a) Updates `actions/dependency-review-action` from 4.7.1 to 4.7.2 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@da24556...bc41886) Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-github-publish dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: github/codeql-action dependency-version: 3.29.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/dependency-review-action dependency-version: 4.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Emilien Escalle <[email protected]>
1 parent 79d0d0e commit 284b3a2

File tree

10 files changed

+22
-24
lines changed

10 files changed

+22
-24
lines changed

.github/workflows/__greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ permissions:
1313

1414
jobs:
1515
greetings:
16-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
release:
3333
needs: ci
3434
if: github.event_name != 'schedule'
35-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@7ce3b41507f05379e3658efe955327873c2654b4 # 0.7.1
35+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@6d9e5d48da1a80c085e8ed867d680a5e99b28217 # 0.8.0
3636
with:
3737
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
3838
github-app-id: ${{ vars.CI_BOT_APP_ID }}

.github/workflows/__need-fix-to-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
jobs:
2626
main:
27-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
27+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0
2828
with:
2929
manual-commit-ref: ${{ inputs.manual-commit-ref }}
3030
manual-base-ref: ${{ inputs.manual-base-ref }}

.github/workflows/__shared-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
linter:
16-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
16+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0
1717

1818
test-action-dependencies-cache:
1919
name: Test action "dependencies-cache"

.github/workflows/__stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ permissions:
1010

1111
jobs:
1212
main:
13-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
13+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0

.github/workflows/__test-action-has-installed-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
const installedDependenciesOutput = `${{ steps.has-installed-dependencies.outputs.installed-dependencies }}`;
6666
assert(installedDependenciesOutput.length, `"installed-dependencies" output is empty`);
6767
68-
// Check if is valid Json
68+
// Check if is valid JSON
6969
let installedDependencies = null;
7070
try {
7171
installedDependencies = JSON.parse(installedDependenciesOutput);

.github/workflows/continuous-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
| **Input** | **Description** | **Type** | **Default** | **Required** |
4949
| ------------------------- | ------------------------------------------------------------------------- | -------------------- | ------------------------- | ------------ |
50-
| **<code>build</code>** | Build parameters. Must be a string or a json array of strings or object. | <code>string</code> | <code>build</code> | **false** |
50+
| **<code>build</code>** | Build parameters. Must be a string or a JSON array of strings or object. | <code>string</code> | <code>build</code> | **false** |
5151
| **<code>checks</code>** | Optional flag to enable check steps. | <code>boolean</code> | <code>true</code> | **false** |
5252
| **<code>code-ql</code>** | Code QL analysis language. See <https://github.com/github/codeql-action>. | <code>string</code> | <code>`typescript`</code> | **false** |
5353
| **<code>lint</code>** | Optional flag to enable linting. | <code>boolean</code> | <code>true</code> | **false** |
@@ -56,7 +56,7 @@ jobs:
5656

5757
### `build` input parameters
5858

59-
When `build` is a json object, the following parameters are supported:
59+
When `build` is a JSON object, the following parameters are supported:
6060

6161
| **Input** | **Description** | **Type** | **Default** | **Required** |
6262
| ---------- | -------------------------------------------------------------------------------------------------------- | ------------------ | ----------- | ------------ |

.github/workflows/continuous-integration.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
security-events: write
6767
runs-on: "ubuntu-latest"
6868
steps:
69-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
70-
- uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
69+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0
70+
- uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
7171
with:
7272
languages: ${{ inputs.code-ql }}
73-
- uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
73+
- uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
7474

7575
dependency-review:
7676
name: 🛡️ Dependency Review
@@ -79,8 +79,8 @@ jobs:
7979
contents: read
8080
runs-on: "ubuntu-latest"
8181
steps:
82-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
83-
- uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
82+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0
83+
- uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
8484

8585
setup:
8686
name: ⚙️ Setup
@@ -93,7 +93,7 @@ jobs:
9393
build-commands: ${{ steps.build-variables.outputs.commands }}
9494
build-artifact: ${{ steps.build-variables.outputs.artifact }}
9595
steps:
96-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
96+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0
9797

9898
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
9999
# jscpd:ignore-start
@@ -168,7 +168,7 @@ jobs:
168168
contents: read
169169
id-token: write
170170
steps:
171-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
171+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0
172172

173173
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
174174
- id: oidc
@@ -202,7 +202,7 @@ jobs:
202202
contents: read
203203
id-token: write
204204
steps:
205-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
205+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0
206206
if: needs.setup.outputs.build-commands
207207

208208
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
@@ -263,7 +263,7 @@ jobs:
263263
contents: read
264264
id-token: write
265265
steps:
266-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6857ef6d10f704e0998aa4955282f27d1b9be778 # 0.23.1
266+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0
267267

268268
- if: needs.setup.outputs.build-artifact
269269
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ lint-fix: ## Execute linting and fix
1010
$(call run_linter, \
1111
-e FIX_JSON_PRETTIER=true \
1212
-e FIX_JAVASCRIPT_PRETTIER=true \
13-
-e FIX_JAVASCRIPT_STANDARD=true \
1413
-e FIX_YAML_PRETTIER=true \
1514
-e FIX_MARKDOWN=true \
1615
-e FIX_MARKDOWN_PRETTIER=true \
@@ -25,7 +24,6 @@ define run_linter
2524
-e DEFAULT_WORKSPACE="$$DEFAULT_WORKSPACE" \
2625
-e FILTER_REGEX_INCLUDE="$(filter-out $@,$(MAKECMDGOALS))" \
2726
-e IGNORE_GITIGNORED_FILES=true \
28-
-e KUBERNETES_KUBECONFORM_OPTIONS="--schema-location default --schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json'" \
2927
$(1) \
3028
-v $$VOLUME \
3129
--rm \

actions/dependencies-cache/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636

3737
- name: ♻️ NX cache
3838
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
39-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
39+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4040
with:
4141
path: ${{ inputs.working-directory }}/node_modules/.cache/nx
4242
key: ${{ runner.os }}-cache-nx-${{ github.sha }}
@@ -45,7 +45,7 @@ runs:
4545
4646
- name: ♻️ Prettier cache
4747
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
48-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
48+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4949
with:
5050
path: ${{ inputs.working-directory }}/node_modules/.cache/prettier
5151
key: ${{ runner.os }}-cache-prettier-${{ github.sha }}
@@ -54,7 +54,7 @@ runs:
5454
5555
- name: ♻️ Gatsby cache
5656
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
57-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
57+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5858
with:
5959
path: |
6060
${{ inputs.working-directory }}/.cache
@@ -65,7 +65,7 @@ runs:
6565
6666
- name: ♻️ Storybook cache
6767
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
68-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
68+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6969
with:
7070
path: ${{ inputs.working-directory }}/node_modules/.cache/storybook
7171
key: ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -107,7 +107,7 @@ runs:
107107
108108
- name: ♻️ Test cache
109109
if: steps.jest-cache-dir-path.outputs.dir
110-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
110+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
111111
with:
112112
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
113113
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)