From 9c010cbc67b677a3fb5120d773d6d451c2adbaf2 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Thu, 30 Nov 2023 14:00:30 +1300 Subject: [PATCH] feat: Pin actions to hashes TDE-934 (#111) Done with pin-github-action 1.9.1 using `npx pin-github-action .github/workflows/*.yml`. --- .github/workflows/create-pr.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index ddbac825..81bd9620 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -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: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a43f19e..3150ac30 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -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