Skip to content

Commit e43d02e

Browse files
authored
Merge pull request #185 from PaloAltoNetworks/cicd_fixer_28e40b0e-f8f2-4574-9b73-2c94cc5e1b52
Pin GitHub Actions
2 parents 5b0a1b1 + 3a3d225 commit e43d02e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/manual_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
deploy:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1010
- name: Set up Python
11-
uses: actions/setup-python@v4
11+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
1212
with:
1313
python-version: '3.9'
1414

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
python-version: [3.9]
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- create-github-release
3636

3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3939

4040
- name: Set up Python
4141
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)