Skip to content

Commit 4d812d3

Browse files
authored
feat: remove unnecessary actions (#90)
* feat: remove unnecessary actions * fix: default values * fix: helm action * build: use major versions * fix: use proper action * build: use major versions * fix: action * feat: remove helm pushing action * ci: remove all references of deleted actions * ci: fix test * ci: fix test * fix: remove unnecessary checkout (#92)
1 parent 1103c4d commit 4d812d3

43 files changed

Lines changed: 28 additions & 978 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/action-lint-actions.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/action-lint-workflows.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release-please:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
12+
- uses: googleapis/release-please-action@v4
1313
id: release
1414
with:
1515
config-file: release-please-config.json
@@ -28,7 +28,7 @@ jobs:
2828
# `<actions>/<name>--sha`.
2929
- name: tag major and minor versions
3030
if: steps.release.outputs.releases_created == 'true'
31-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
31+
uses: actions/github-script@v7
3232
env:
3333
RELEASES: ${{ toJSON(steps.release.outputs) }}
3434
with:

.github/workflows/test-artifactory-login.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/test-build-and-push-docker.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/test-build-and-push-helm.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/test-eslint.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/test-helm-lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
uses: actions/checkout@v5
18+
with:
19+
fetch-depth: 0
1820

1921
- name: helm lint
2022
uses: ./actions/helm-lint
2123
id: helm-lint
2224
with:
2325
repository: ${{ github.repository }}
24-
chartDirs: "./test/helm"
26+
chartPaths: "./test/helm"
2527

2628
- name: Print on chart change
2729
if: steps.helm-lint.outputs.changed == 'true'

.github/workflows/test-init-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+
uses: actions/checkout@v5
1414

1515
- name: Test init-npm action
1616
uses: ./actions/init-npm

.github/workflows/test-openapi-lint.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)