Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into issue-2529-add-to…
Browse files Browse the repository at this point in the history
…ggle-for-integriry-check
  • Loading branch information
sahibamittal committed Aug 29, 2023
2 parents 73cae94 + 3f7c2d9 commit 103f546
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_meta-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Set up NodeJs
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -68,7 +68,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Download Artifacts
uses: actions/[email protected]
Expand All @@ -79,7 +79,7 @@ jobs:
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.9.1
uses: docker/setup-buildx-action@v2.10.0
id: buildx
with:
install: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fi
- name: Checkout Repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Parse Version from package.json
id: parse
Expand All @@ -46,7 +46,7 @@ jobs:
- call-build
steps:
- name: Checkout Repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Download Artifacts
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Set up NodeJs
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: '18'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Dependency Review
uses: actions/dependency-review-action@v3
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginxinc/nginx-unprivileged:1.25.1-alpine@sha256:279824ecfd934ab8cf08b5e4debabdc711c5768371203263f2d5c5141423ed80
FROM nginxinc/nginx-unprivileged:1.25.2-alpine@sha256:200c8aaeff3588ef5434a957ac2e84d80a4833127035918080074353934b8e30

# Arguments that can be passed at build time
ARG COMMIT_SHA=unknown
Expand Down

0 comments on commit 103f546

Please sign in to comment.