From 161530b988c25dd7de671fe9fed6a29e95421799 Mon Sep 17 00:00:00 2001 From: Darragh O'Riordan Date: Tue, 9 Jul 2024 07:23:38 +1000 Subject: [PATCH] fix(renovate): Update github-actions --- .github/workflows/create-builds.yml | 20 ++++++++++---------- .github/workflows/release.yml | 2 +- .github/workflows/rennovate.yaml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/create-builds.yml b/.github/workflows/create-builds.yml index 32b761a..78269d0 100644 --- a/.github/workflows/create-builds.yml +++ b/.github/workflows/create-builds.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-latest steps: - name: Clone repository (master branch) - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: ref: 'master' - name: Setup NodeJS ${{ env.NODE_VERSION }} @@ -24,7 +24,7 @@ jobs: yarn install --frozen-lockfile - name: Extract version id: extract_version - uses: Saionaro/extract-package-version@fdb5b74adc1278ddb777dfed4c988b9d098bb48d # v1.2.1 + uses: Saionaro/extract-package-version@35ced6bfe3b1491af23de4db27c601697e6d8d17 # v1.3.0 - name: Package Windows (x64) run: yarn package:win-x64 @@ -51,7 +51,7 @@ jobs: # step. It should be noted that "artifacts" are more like file shares. # Thus they can contain multiple files. - name: Cache installers - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 with: name: win32 path: | @@ -63,7 +63,7 @@ jobs: steps: # Check out master for a regular release, or develop branch for a nightly - name: Clone repository (master branch) - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: ref: 'master' - name: Setup NodeJS ${{ env.NODE_VERSION }} @@ -77,7 +77,7 @@ jobs: - name: Extract version id: extract_version - uses: Saionaro/extract-package-version@fdb5b74adc1278ddb777dfed4c988b9d098bb48d # v1.2.1 + uses: Saionaro/extract-package-version@35ced6bfe3b1491af23de4db27c601697e6d8d17 # v1.3.0 # Save the macOS certificate on this runner for forge to access it in the # next step below. - name: Retrieve code signing certificate @@ -116,7 +116,7 @@ jobs: # run: yarn release:mac-universal # Finally upload both - name: Cache image files - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 with: name: darwin path: | @@ -130,7 +130,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: ref: 'master' - name: Setup NodeJS ${{ env.NODE_VERSION }} @@ -143,18 +143,18 @@ jobs: - name: Extract version id: extract_version - uses: Saionaro/extract-package-version@fdb5b74adc1278ddb777dfed4c988b9d098bb48d # v1.2.1 + uses: Saionaro/extract-package-version@35ced6bfe3b1491af23de4db27c601697e6d8d17 # v1.3.0 - name: Make release directory run: mkdir ./release # First, download all resulting assets from the previous steps. - name: Retrieve windows installers - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: win32 path: ./release - name: Retrieve macOS images - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: darwin path: ./release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b607f88..b55162f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: create-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: persist-credentials: false - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 diff --git a/.github/workflows/rennovate.yaml b/.github/workflows/rennovate.yaml index 4a62a05..f747074 100644 --- a/.github/workflows/rennovate.yaml +++ b/.github/workflows/rennovate.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Self-hosted Renovate - uses: renovatebot/github-action@2e021d24483d81e77e0e902d0809adfbfff276fc # v40.1.10 + uses: renovatebot/github-action@d4cde0ac34e53942ead1619a101748e3ab842937 # v40.2.1 env: # Repository taken from variable to keep configuration file generic RENOVATE_REPOSITORIES: ${{ github.repository }}