Skip to content

Commit aca4d54

Browse files
authored
Merge pull request #51 from PaloAltoNetworks/cicd_fixer_f7d33445-9982-4e69-90e2-f5f3d1290dbe
Pin GitHub Actions
2 parents 0ce416f + e229807 commit aca4d54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: shellcheck
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1717
- name: run shellcheck
1818
uses: ludeeus/action-shellcheck@master
1919
with:

.github/workflows/shellspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: shellspec
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1717
- name: install shellspec
1818
run: curl -fsSL https://git.io/shellspec | sh -s -- --yes
1919
- name: run shellspec using bash

0 commit comments

Comments
 (0)