Skip to content

Commit ad41f27

Browse files
authored
Merge pull request #173 from PaloAltoNetworks/james/pin_more_actions
Pin GitHub Actions
2 parents ed841c1 + 6e9e956 commit ad41f27

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717

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

2121
- name: Set up Python 3.11
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
2323
with:
2424
python-version: "3.11"
2525

@@ -97,4 +97,4 @@ jobs:
9797
name: test-results
9898
path: .pytest_cache
9999

100-
100+

.github/workflows/manual-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
needs:
1111
- create-github-release
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1414
- name: Set up Python
1515
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
1616
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions: write-all
1515
steps:
1616
- name: Check out code
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818

1919
- name: Extract version from prismacloud/cli/version.py
2020
run: |
@@ -33,7 +33,7 @@ jobs:
3333
needs:
3434
- create-github-release
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3737
- name: Set up Python
3838
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
3939
with:

0 commit comments

Comments
 (0)