Fix GitHub Actions policy pins
This commit is contained in:
parent
1f0734e7e7
commit
3d36f8dd30
10
.github/workflows/pipeline.yaml
vendored
10
.github/workflows/pipeline.yaml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
push_latest: ${{ steps.push.outputs.push_latest }}
|
push_latest: ${{ steps.push.outputs.push_latest }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Repository
|
- name: Check Out Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|
||||||
- name: Resolve Inputs
|
- name: Resolve Inputs
|
||||||
id: inputs
|
id: inputs
|
||||||
@ -118,7 +118,7 @@ jobs:
|
|||||||
image_tag: ${{ needs.prep.outputs.image_tag }}
|
image_tag: ${{ needs.prep.outputs.image_tag }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Repository
|
- name: Check Out Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|
||||||
- name: Set Up Docker Buildx
|
- name: Set Up Docker Buildx
|
||||||
run: |
|
run: |
|
||||||
@ -152,10 +152,10 @@ jobs:
|
|||||||
PLAYBOOKS_REPO: git@github.com:x-evor/playbooks.git
|
PLAYBOOKS_REPO: git@github.com:x-evor/playbooks.git
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Repository
|
- name: Check Out Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|
||||||
- name: Set Up Python
|
- name: Set Up Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
|
||||||
@ -221,7 +221,7 @@ jobs:
|
|||||||
if: ${{ always() && needs.deploy.result == 'success' }}
|
if: ${{ always() && needs.deploy.result == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Repository
|
- name: Check Out Repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|
||||||
- name: Verify Frontend Release
|
- name: Verify Frontend Release
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user