Skip to content

Commit 0332cc8

Browse files
committed
chore: pin action
1 parent ec86038 commit 0332cc8

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
issues: read
3636
pull-requests: write
3737
steps:
38-
- uses: actions/github-script@v8
38+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
3939
with:
4040
# Find a string in the PR body which matches one of these patterns:
4141
# close #123

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
prepare-release:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/create-github-app-token@v2
26+
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
2727
id: app-token
2828
with:
2929
app-id: ${{ vars.QLTY_APP_ID }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
version: ${{ steps.version.outputs.version }}
1616
tag: v${{ steps.version.outputs.version }}
1717
steps:
18-
- uses: actions/create-github-app-token@v2
18+
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
1919
id: app-token
2020
with:
2121
app-id: ${{ vars.QLTY_APP_ID }}
@@ -47,7 +47,7 @@ jobs:
4747
tag: v0.25.17
4848

4949
- name: Fetch local artifacts
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5151
with:
5252
run-id: ${{ inputs.workflow_run_id }}
5353
pattern: artifacts-*
@@ -96,7 +96,7 @@ jobs:
9696
role-session-name: ${{ vars.QLTY_RELEASE_AWS_ROLE_SESSION_NAME }}
9797
aws-region: ${{ vars.QLTY_RELEASE_AWS_REGION }}
9898
- name: Fetch local artifacts
99-
uses: actions/download-artifact@v4
99+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
100100
with:
101101
run-id: ${{ inputs.workflow_run_id }}
102102
pattern: artifacts-*

.github/workflows/update_linter_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
qlty-plugins/plugins/linters/**
6262
6363
- name: Read Issues and Create in GitHub
64-
uses: actions/github-script@v8
64+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
6565
with:
6666
github-token: ${{ secrets.GITHUB_TOKEN }}
6767
script: |

0 commit comments

Comments
 (0)