File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 27
27
uses : giantswarm/install-binary-action@c37eb401e5092993fc76d545030b1d1769e61237 # v3.0.0
28
28
with :
29
29
binary : golangci-lint
30
- version : " 2.1.6 "
30
+ version : " 2.4.0 "
31
31
download_url : " https://github.com/golangci/golangci-lint/releases/download/v${version}/${binary}-${version}-linux-amd64.tar.gz"
32
32
- name : Execute pre-commit hooks
33
33
uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/366c1c3aad2b9b02850a54854aba8108db3ce052 /pkg/gen/input/workflows/internal/file/check_values_schema.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/ad0a25fbf301b2513e169ec964a8785d28f75be4 /pkg/gen/input/workflows/internal/file/check_values_schema.yaml.template
6
6
#
7
7
8
8
name : ' Values and schema'
19
19
20
20
jobs :
21
21
check :
22
- uses : giantswarm/github-workflows/.github/workflows/chart-values.yaml@897ce7c11f81fcd01f7cf38e839a42848a63c7e7
22
+ uses : giantswarm/github-workflows/.github/workflows/chart-values.yaml@main
Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/7f65ea49e4e543a7b39a7b3cf70038a3e16641a5 /pkg/gen/input/workflows/internal/file/create_release.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/7f3af2198debcf8f013357055807077eba715b3f /pkg/gen/input/workflows/internal/file/create_release.yaml.template
6
6
#
7
7
name : Create Release
8
8
on :
@@ -193,7 +193,7 @@ jobs:
193
193
git push "${REMOTE_REPO}" --tags
194
194
- name : Create release
195
195
id : create_gh_release
196
- uses : ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16 .0
196
+ uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18 .0
197
197
env :
198
198
GITHUB_TOKEN : " ${{ secrets.TAYLORBOT_GITHUB_ACTION }}"
199
199
with :
Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/366c1c3aad2b9b02850a54854aba8108db3ce052 /pkg/gen/input/workflows/internal/file/create_release_pr.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/ad0a25fbf301b2513e169ec964a8785d28f75be4 /pkg/gen/input/workflows/internal/file/create_release_pr.yaml.template
6
6
#
7
7
name : Create Release PR
8
8
on :
32
32
33
33
jobs :
34
34
publish :
35
- uses : giantswarm/github-workflows/.github/workflows/create-release-pr.yaml@897ce7c11f81fcd01f7cf38e839a42848a63c7e7
35
+ uses : giantswarm/github-workflows/.github/workflows/create-release-pr.yaml@main
36
36
with :
37
37
branch : ${{ inputs.branch }}
38
38
secrets :
Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/366c1c3aad2b9b02850a54854aba8108db3ce052 /pkg/gen/input/workflows/internal/file/fix_vulnerabilities.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/ad0a25fbf301b2513e169ec964a8785d28f75be4 /pkg/gen/input/workflows/internal/file/fix_vulnerabilities.yaml.template
6
6
#
7
7
8
8
name : Fix Go vulnerabilities
19
19
20
20
jobs :
21
21
fix :
22
- uses : giantswarm/github-workflows/.github/workflows/fix-vulnerabilities.yaml@897ce7c11f81fcd01f7cf38e839a42848a63c7e7
22
+ uses : giantswarm/github-workflows/.github/workflows/fix-vulnerabilities.yaml@main
23
23
with :
24
24
branch : ${{ inputs.branch || github.ref }}
25
25
secrets :
Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/366c1c3aad2b9b02850a54854aba8108db3ce052 /pkg/gen/input/workflows/internal/file/gitleaks.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/ad0a25fbf301b2513e169ec964a8785d28f75be4 /pkg/gen/input/workflows/internal/file/gitleaks.yaml.template
6
6
#
7
7
name : gitleaks
8
8
11
11
12
12
jobs :
13
13
publish :
14
- uses : giantswarm/github-workflows/.github/workflows/gitleaks.yaml@897ce7c11f81fcd01f7cf38e839a42848a63c7e7
14
+ uses : giantswarm/github-workflows/.github/workflows/gitleaks.yaml@main
Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/366c1c3aad2b9b02850a54854aba8108db3ce052 /pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/ad0a25fbf301b2513e169ec964a8785d28f75be4 /pkg/gen/input/workflows/internal/file/run_ossf_scorecard.yaml.template
6
6
#
7
7
8
8
# This workflow uses actions that are not certified by GitHub. They are provided
26
26
27
27
jobs :
28
28
analysis :
29
- uses : giantswarm/github-workflows/.github/workflows/ossf-scorecard.yaml@897ce7c11f81fcd01f7cf38e839a42848a63c7e7
29
+ uses : giantswarm/github-workflows/.github/workflows/ossf-scorecard.yaml@main
30
30
secrets :
31
31
scorecard_token : ${{ secrets.SCORECARD_TOKEN }}
Original file line number Diff line number Diff line change 2
2
#
3
3
# devctl
4
4
#
5
- # https://github.com/giantswarm/devctl/blob/6b7b68677854e4a8a22e6811a743aff5abedee14 /pkg/gen/input/workflows/internal/file/validate_changelog.yaml.template
5
+ # https://github.com/giantswarm/devctl/blob/ad0a25fbf301b2513e169ec964a8785d28f75be4 /pkg/gen/input/workflows/internal/file/validate_changelog.yaml.template
6
6
#
7
7
name : Validate changelog
8
8
@@ -18,4 +18,4 @@ permissions:
18
18
19
19
jobs :
20
20
validate-changelog :
21
- uses : giantswarm/github-workflows/.github/workflows/validate-changelog.yaml@f521ed67a6d5dc7ef628138d4bac919f1d3d4079
21
+ uses : giantswarm/github-workflows/.github/workflows/validate-changelog.yaml@main
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ minimum_pre_commit_version: '2.17'
5
5
repos :
6
6
# shell scripts
7
7
- repo : https://github.com/detailyang/pre-commit-shell
8
- rev : v1 .0.6
8
+ rev : ' 1 .0.5 '
9
9
hooks :
10
10
- id : shell-lint
11
11
args : [ --format=json ]
12
12
exclude : " .*\\ .template"
13
13
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : v5 .0.0
15
+ rev : v6 .0.0
16
16
hooks :
17
17
- id : check-added-large-files
18
18
- id : check-merge-conflict
You can’t perform that action at this time.
0 commit comments