Skip to content

Commit

Permalink
feat: Pin actions to hashes TDE-934 (#111)
Browse files Browse the repository at this point in the history
Done with pin-github-action <https://github.com/mheap/pin-github-action>
1.9.1 using `npx pin-github-action .github/workflows/*.yml`.
  • Loading branch information
l0b0 authored Nov 30, 2023
1 parent 3969d0e commit 9c010cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
create-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3

- name: pull-request
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: read

steps:
- uses: linz/action-typescript@v3
- uses: linz/action-typescript@dee99184c4305aea6c380a52db9b2d7abaaa3e78 # v3

# FIXME: catalog.json is not pushed to the repository (temporary solution)
- name: Create Catalog
Expand All @@ -29,7 +29,7 @@ jobs:
- name: AWS Configure
if: github.ref == 'refs/heads/master'
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 # v2
with:
aws-region: ap-southeast-2
mask-aws-account-id: true
Expand Down

0 comments on commit 9c010cb

Please sign in to comment.