Skip to content

Commit 5d98ea2

Browse files
chore(deps): pin dependencies (#300)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | pinDigest | -> `692973e` | | [actions/setup-node](https://togithub.com/actions/setup-node) | action | pinDigest | -> `1e60f62` | | [amannn/action-semantic-pull-request](https://togithub.com/amannn/action-semantic-pull-request) | action | pinDigest | -> `0723387` | | [docker/build-push-action](https://togithub.com/docker/build-push-action) | action | pinDigest | -> `0a97817` | | [docker/login-action](https://togithub.com/docker/login-action) | action | pinDigest | -> `465a078` | | [docker/metadata-action](https://togithub.com/docker/metadata-action) | action | pinDigest | -> `818d4b7` | | [docker/setup-buildx-action](https://togithub.com/docker/setup-buildx-action) | action | pinDigest | -> `aa33708` | | [docker/setup-qemu-action](https://togithub.com/docker/setup-qemu-action) | action | pinDigest | -> `49b3bc8` | | [google-github-actions/release-please-action](https://togithub.com/google-github-actions/release-please-action) | action | pinDigest | -> `db8f2c6` | | [nrwl/nx-set-shas](https://togithub.com/nrwl/nx-set-shas) | action | pinDigest | -> `40f1175` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/playground). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0c993d commit 5d98ea2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
main:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717
with:
1818
# We need to fetch all branches and commits so that Nx affected has a base to compare against.
1919
fetch-depth: 0
20-
- uses: nrwl/nx-set-shas@v4
21-
- uses: actions/setup-node@v4
20+
- uses: nrwl/nx-set-shas@40f1175ceec169e68c9857c27aa7c5063692aa9a # v4
21+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
2222
with:
2323
node-version: 18
2424
cache: 'npm'

.github/workflows/lint-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
name: Validate PR title
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: amannn/action-semantic-pull-request@v5
15+
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-please.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
# Release-please creates a PR that tracks all changes
1515
steps:
16-
- uses: google-github-actions/release-please-action@v3
16+
- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
1717
id: release
1818
with:
1919
command: manifest
@@ -29,20 +29,20 @@ jobs:
2929
if: ${{ needs.release-please.outputs.release_created }}
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3333
with:
3434
ref: ${{ needs.release-please.outputs.release_tag_name }}
3535

3636
- name: Log in to the Container registry
37-
uses: docker/login-action@v2
37+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
3838
with:
3939
registry: ${{ env.REGISTRY }}
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Extract metadata (tags, labels) for Docker
4444
id: meta
45-
uses: docker/metadata-action@v4
45+
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4
4646
with:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848

@@ -51,15 +51,15 @@ jobs:
5151
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
5252

5353
- name: Set up QEMU
54-
uses: docker/setup-qemu-action@v3
54+
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
5555

5656
- name: Set up Docker Buildx
57-
uses: docker/setup-buildx-action@v3
57+
uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3
5858
with:
5959
platforms: linux/amd64,linux/arm64
6060

6161
- name: Build App Container
62-
uses: docker/build-push-action@v4
62+
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
6363
with:
6464
context: .
6565
file: ./packages/app/Dockerfile
@@ -76,7 +76,7 @@ jobs:
7676
DATE=${{ steps.date.outputs.date }}
7777
7878
- name: Build Fibonacci Service Container
79-
uses: docker/build-push-action@v4
79+
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
8080
with:
8181
context: .
8282
file: ./packages/fibonacci-service/Dockerfile

0 commit comments

Comments
 (0)