Skip to content

Commit 307fa92

Browse files
Merge pull request #793 from Shopify/kaiyi-pin-shas
No-op - Pinning github actions to commit SHAs
2 parents 283b28b + e47515a commit 307fa92

6 files changed

Lines changed: 6 additions & 6 deletions

.github/workflows/api_update_reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: JasonEtco/create-an-issue@v2.4.0
12+
- uses: JasonEtco/create-an-issue@e6b4b190af80961b6462c725454e7828d0247a68 # v2.4.0
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
with:

.github/workflows/api_update_reminder_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: JasonEtco/create-an-issue@v2.4.0
12+
- uses: JasonEtco/create-an-issue@e6b4b190af80961b6462c725454e7828d0247a68 # v2.4.0
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
with:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Tests
2525
run: python -m pytest -v
2626
- name: upload coverage to Codecov
27-
uses: codecov/codecov-action@v1
27+
uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1
2828
with:
2929
name: codecov-umbrella
3030
fail_ci_if_error: false

.github/workflows/close-waiting-for-response-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: close-issues
11-
uses: actions-cool/issues-helper@v3
11+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3
1212
with:
1313
actions: 'close-issues'
1414
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: Setup
1515
uses: actions/setup-python@v4
1616
- name: Pre-commit
17-
uses: pre-commit/action@v2.0.0
17+
uses: pre-commit/action@0764670bf370aab253130d534e1eda7ff497dc60 # v2.0.0

.github/workflows/remove-labels-on-activity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: actions-ecosystem/action-remove-labels@v1
11+
- uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1
1212
if: contains(github.event.issue.labels.*.name, 'Waiting for Response')
1313
with:
1414
labels: |

0 commit comments

Comments
 (0)