Skip to content

Commit e39b6b7

Browse files
l0b0paulfouquet
andauthored
feat: Pin actions to hashes TDE-934 (#273)
Done with pin-github-action <https://github.com/mheap/pin-github-action> 1.9.1 using `npx pin-github-action .github/workflows/*.y*ml`. Dependabot should support updating in the same fashion <dependabot/dependabot-core#8277 (comment)>. --------- Co-authored-by: paulfouquet <[email protected]>
1 parent 0550d7f commit e39b6b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/fields.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected]
13+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1414
with:
1515
fetch-depth: 0
1616
- name: build fields

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected]
11+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1212
with:
1313
fetch-depth: 0
1414

@@ -25,7 +25,7 @@ jobs:
2525
run: echo "::set-output name=tag::${GITHUB_REF##*/}"
2626

2727
- name: Deploy JSON Schema for version ${{ env.GITHUB_REF }}
28-
uses: peaceiris/[email protected]
28+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
publish_dir: extensions

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: linz/action-typescript@v3
9+
- uses: linz/action-typescript@dee99184c4305aea6c380a52db9b2d7abaaa3e78 # v3

0 commit comments

Comments
 (0)