Skip to content

Commit

Permalink
chore: adds step to use centralized actionlint (#140)
Browse files Browse the repository at this point in the history
* chore: adds a step for the centralized actionlint composite action maintained by infra team

* chore: update reference branch for centralized actionlint

* pin version

---------

Co-authored-by: Luca Cherubin <[email protected]>
Co-authored-by: Leo J <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent 579434f commit 2723815
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Generate token for GitHub
id: generate-github-token
if: env.autofix_pr == 'true'
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@3079b98f4deaa2c944ee16b70e375cb957aadcdf # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@2479efb5ed48b2ec0b9cb6db10898fd55c1e9bc5 # main
with:
github-app-id-vault-key: GITHUB_APP_ID
github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common
Expand All @@ -52,6 +52,9 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
if: env.autofix_pr == 'false'

- name: Centralized Actionlint
uses: camunda/infra-global-github-actions/actionlint@2479efb5ed48b2ec0b9cb6db10898fd55c1e9bc5 # main

- name: Install tooling using asdf
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3

Expand Down

0 comments on commit 2723815

Please sign in to comment.