Skip to content

Commit

Permalink
Merge pull request #61 from darraghoriordan/renovate/github-actions
Browse files Browse the repository at this point in the history
fix(renovate): pin Update github-actions
  • Loading branch information
darraghoriordan authored Apr 27, 2024
2 parents be6917e + 72d254c commit b7b2d32
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@abbb1f6264cd712663bcb880716d3ccd251095ca # v1
uses: c-hive/gha-remove-artifacts@44fc7acaf1b3d0987da0e8d4707a989d80e9554b # v1
with:
age: '1 hour' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
# Optional inputs
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/create-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Clone repository (master branch)
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
ref: 'master'
- name: Setup NodeJS ${{ env.NODE_VERSION }}
Expand Down Expand Up @@ -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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
with:
name: win32
path: |
Expand All @@ -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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
ref: 'master'
- name: Setup NodeJS ${{ env.NODE_VERSION }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
# run: yarn release:mac-universal
# Finally upload both
- name: Cache image files
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
with:
name: darwin
path: |
Expand All @@ -130,7 +130,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
ref: 'master'
- name: Setup NodeJS ${{ env.NODE_VERSION }}
Expand All @@ -149,12 +149,12 @@ jobs:
run: mkdir ./release
# First, download all resulting assets from the previous steps.
- name: Retrieve windows installers
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
name: win32
path: ./release
- name: Retrieve macOS images
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
with:
name: darwin
path: ./release
Expand All @@ -164,7 +164,7 @@ jobs:
# name: linux
# path: ./release

- uses: BetaHuhn/do-spaces-action@d640de442532720a1718bd621837c099e474cb46 # v2
- uses: BetaHuhn/do-spaces-action@47f34d70b97cced8e8dbb50e2ecfaaf4381593a7 # v2
with:
access_key: ${{ secrets.SPACE_KEY}}
secret_key: ${{ secrets.SPACE_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
persist-credentials: false
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rennovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Self-hosted Renovate
uses: renovatebot/github-action@7bfea4459bd634791b0d5b02bfa0080b8123b776 # v40.0.3
uses: renovatebot/github-action@2e021d24483d81e77e0e902d0809adfbfff276fc # v40.1.10
env:
# Repository taken from variable to keep configuration file generic
RENOVATE_REPOSITORIES: ${{ github.repository }}
Expand Down

0 comments on commit b7b2d32

Please sign in to comment.