Skip to content

Commit bd6b02f

Browse files
Merge pull request #71 from PaloAltoNetworks/cicd_fixer_5abf0141-0c7c-4e17-8ab1-868fb75bbfcb
Pin GitHub Actions
2 parents eb53799 + b3b9848 commit bd6b02f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020

2121
- name: Set up Terraform
22-
uses: hashicorp/[email protected]
22+
uses: hashicorp/setup-terraform@3d8debd658c92063839bc97da5c2427100420dec # v1.3.2
2323

2424
- name: Validate configuration
2525
run: |
@@ -85,10 +85,10 @@ jobs:
8585

8686
steps:
8787
- name: Checkout
88-
uses: actions/checkout@v2
88+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
8989

9090
- name: Set up Python 3.8
91-
uses: actions/[email protected]
91+
uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # v2.3.1
9292
with:
9393
python-version: 3.8
9494

@@ -103,7 +103,7 @@ jobs:
103103
touch _build/html/.nojekyll
104104
105105
- name: Deploy to GitHub Pages
106-
uses: JamesIves/[email protected]
106+
uses: JamesIves/github-pages-deploy-action@b36f842fa378d7cbf6695fcac86ecdcef3af8af3 # v4.2.3
107107
with:
108108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)