Skip to content

Commit a99334f

Browse files
committed
chore: pin action versions to commit SHAs
1 parent 7113c10 commit a99334f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/trigger-deploy-on-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
core.setFailed("User not authorized to deploy")
1919
}
2020
- name: Trigger build
21-
uses: benc-uk/workflow-dispatch@v1
21+
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc #v1.2.4
2222
with:
2323
repo: ${{ secrets.GITHUBBRASIL_REPO_NWO }}
2424
workflow: Trigger build when public PR is merged

.github/workflows/website-pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515
- name: Check format of yaml file
1616
id: yaml-lint
17-
uses: ibiqlik/action-yamllint@v3
17+
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c #v3.1.1
1818
with:
1919
strict: true
2020
file_or_dir: website/**/*.yml
@@ -49,7 +49,7 @@ jobs:
4949
ref: main
5050
repository: ${{ secrets.BRAZIL_REPO_NWO }}
5151
path: ./brazil-main
52-
- uses: ruby/setup-ruby@v1
52+
- uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 #v1.207.0
5353
with:
5454
ruby-version: 3.0.0
5555
- name: Validate PR

0 commit comments

Comments
 (0)