File tree Expand file tree Collapse file tree 19 files changed +39
-39
lines changed
validate-policy-bot-config Expand file tree Collapse file tree 19 files changed +39
-39
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162
163163 steps:
164164 - id: do-stuff
165- uses: grafana/shared-workflows/actions/my-new-action@my-new-action- v1.0.0
165+ uses: grafana/shared-workflows/actions/my-new-action@my-new-action/ v1.0.0
166166` ` `
167167
168168<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Shared workflow to lint Argo workflow files.
77<!-- x-release-please-start-version -->
88
99```
10- uses: grafana/shared-workflows/actions/argo-lint@argo-lint- v1.0.1
10+ uses: grafana/shared-workflows/actions/argo-lint@argo-lint/ v1.0.1
1111with:
1212 path: /path/to/files # Paths to files for linting
1313
Original file line number Diff line number Diff line change 1818 id-token : write
1919 steps :
2020 - id : aws-auth
21- uses : grafana/shared-workflows/actions/aws-auth@aws-auth- v1.0.1
21+ uses : grafana/shared-workflows/actions/aws-auth@aws-auth/ v1.0.1
2222 with :
2323 aws-region : " us-west-1"
2424 role-arn : " arn:aws:iam::366620023056:role/github-actions/s3-test-access"
Original file line number Diff line number Diff line change 3030 persist-credentials : false
3131
3232 - id : push-to-dockerhub
33- uses : grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub- v0.1.1
33+ uses : grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/ v0.1.1
3434 with :
3535 repository : ${{ github.repository }} # or any other dockerhub repository
3636 context : .
Original file line number Diff line number Diff line change 3636 # Get GitHub App token with Dependabot alerts permissions
3737 - name : Retrieve GitHub App secrets
3838 id : get-secrets
39- uses : grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets- v1.1.0
39+ uses : grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/ v1.1.0
4040 with :
4141 common_secrets : |
4242 DEPENDABOT_AUTO_TRIAGE_APP_ID=dependabot-auto-triage:app-id
5151
5252 # Use the token with the auto-triage action
5353 - name : Auto Dismiss Dependabot Alerts
54- uses : grafana/shared-workflows/actions/dependabot-auto-triage@dependabot-auto-triage- v0.1.0
54+ uses : grafana/shared-workflows/actions/dependabot-auto-triage@dependabot-auto-triage/ v0.1.0
5555 with :
5656 token : ${{ steps.generate-token.outputs.token }}
5757 paths : |
Original file line number Diff line number Diff line change 2020 id-token : write
2121 steps :
2222 - name : Login to DockerHub
23- uses : grafana/shared-workflows/actions/dockerhub-login@dockerhub-login- v1.0.1
23+ uses : grafana/shared-workflows/actions/dockerhub-login@dockerhub-login/ v1.0.1
2424 - name : Build and push
2525 run : make build && make push
2626` ` `
Original file line number Diff line number Diff line change 4646 steps :
4747 - name : Find PR for current commit
4848 id : find-pr
49- uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit- v1.0.0
49+ uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/ v1.0.0
5050
5151 - name : Use PR number
5252 run : echo "PR Number is ${{ steps.find-pr.outputs.pr_number }}"
6868 steps :
6969 - name : Find PR for specific commit
7070 id : find-pr
71- uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit- v1.0.0
71+ uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/ v1.0.0
7272 with :
7373 commitrev : " 1234567890abcdef1234567890abcdef12345678"
7474
9292 steps :
9393 - name : Find PR for named revision
9494 id : find-pr
95- uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit- v1.0.0
95+ uses : grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/ v1.0.0
9696 with :
9797 commitrev : " HEAD~2"
9898
@@ -117,7 +117,7 @@ jobs:
117117 steps:
118118 - name: Find PR for commit in another repository
119119 id: find-pr
120- uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit- v1.0.0
120+ uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/ v1.0.0
121121 with:
122122 owner: "grafana"
123123 repo: "grafana"
Original file line number Diff line number Diff line change 4242 with :
4343 go-version : 1.18
4444 - name : Generate clients
45- uses : grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients- v1.0.1
45+ uses : grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/ v1.0.1
4646 with :
4747 package-name : slo
4848 spec-path : openapi.yaml
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - id : get-secrets
31- uses : grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets- v1.2.0
31+ uses : grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/ v1.2.0
3232 with :
3333 # Secrets placed in the ci/common/<path> path in Vault
3434 common_secrets : |
6969
7070 steps:
7171 - id: get-secrets
72- uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets- v1.2.0
72+ uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/ v1.2.0
7373 with:
7474 # Secrets placed in the ci/common/<path> path in Vault
7575 common_secrets: |
Original file line number Diff line number Diff line change 8888 persist-credentials: false
8989
9090 - id: lint-pr-title
91- uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title- v1.1.1
91+ uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/ v1.1.1
9292 with:
9393 config-path: "${{ github.workspace }}/commitlint.config.js"
9494 title-only: false
@@ -107,7 +107,7 @@ jobs:
107107 runs-on: ubuntu-latest
108108 steps:
109109 - id: lint-pr-title
110- uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title- v1.1.1
110+ uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/ v1.1.1
111111` ` `
112112
113113<!-- x-release-please-end-version -->
You can’t perform that action at this time.
0 commit comments