mirror of
https://github.com/sudoxnym/brands.git
synced 2026-07-13 17:51:53 +00:00
Pin SHA for all Github Actions (#7944)
This commit is contained in:
parent
b35625b3f4
commit
95d0c5bee1
2 changed files with 3 additions and 3 deletions
4
.github/workflows/compress.yml
vendored
4
.github/workflows/compress.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
- name: Find symlinked paths to ignore
|
- name: Find symlinked paths to ignore
|
||||||
id: find
|
id: find
|
||||||
run: >-
|
run: >-
|
||||||
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Check ignored paths
|
- name: Check ignored paths
|
||||||
run: echo ${{ steps.find.outputs.ignore }} | tr ',' '\n'
|
run: echo ${{ steps.find.outputs.ignore }} | tr ',' '\n'
|
||||||
- name: Compress Images
|
- name: Compress Images
|
||||||
uses: calibreapp/image-actions@master
|
uses: calibreapp/image-actions@f32575787d333b0579f0b7d506ff03be63a669d1 # 1.4.1
|
||||||
with:
|
with:
|
||||||
ignorePaths: ${{ steps.find.outputs.ignore }}
|
ignorePaths: ${{ steps.find.outputs.ignore }}
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -8,6 +8,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5.0.0
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
- name: Validate images
|
- name: Validate images
|
||||||
uses: ./.github/workflows/validate
|
uses: ./.github/workflows/validate
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue