Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 17, 2023
1 parent 19dd53b commit 929c950
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
OS_DOMAIN: apps.silver.devops.gov.bc.ca
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check Health on ${{ matrix.package }} environment
uses: matt-ball/newman-action@master
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
continue-on-error: true
steps:
- name: Run tests
uses: bcgov-nr/action-test-and-analyse@v0.0.2
uses: bcgov-nr/action-test-and-analyse@v1.1.0
with:
commands: |
npm ci
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize
uses: github/codeql-action/init@v2
Expand All @@ -83,9 +83,9 @@ jobs:
environment: test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploys
uses: bcgov-nr/action-deployer-openshift@v1.4.0
uses: bcgov-nr/action-deployer-openshift@v2.0.0
with:
file: .github/openshift/deploy.database.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand All @@ -105,9 +105,9 @@ jobs:
environment: test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploys
uses: bcgov-nr/action-deployer-openshift@v1.4.0
uses: bcgov-nr/action-deployer-openshift@v2.0.0
with:
file: .github/openshift/deploy.backend.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down Expand Up @@ -136,9 +136,9 @@ jobs:
environment: prod
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploys
uses: bcgov-nr/action-deployer-openshift@v1.4.0
uses: bcgov-nr/action-deployer-openshift@v2.0.0
with:
file: .github/openshift/deploy.database.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand All @@ -159,9 +159,9 @@ jobs:
environment: prod
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploys
uses: bcgov-nr/action-deployer-openshift@v1.4.0
uses: bcgov-nr/action-deployer-openshift@v2.0.0
with:
file: .github/openshift/deploy.backend.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
environment:
name: dev
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Remove OpenShift artifacts
run: |
oc login --token=${{ secrets.OC_TOKEN }} --server=${{ secrets.OC_SERVER }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Pull request size and stability labels
uses: actions/labeler@v4
Expand All @@ -33,13 +33,13 @@ jobs:
type_labels: '{"feat": "feature", "fix": "fix", "bug": "fix", "doc": "documentation", "ci": "ci", "chore": "chore", "breaking": "breaking", "BREAKING CHANGE": "breaking"}'

- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: refs/heads/${{ github.head_ref }}

- name: Conventional Changelog Update
continue-on-error: true
uses: TriPSs/conventional-changelog-action@v3
uses: TriPSs/conventional-changelog-action@v4
id: changelog
with:
github-token: ${{ github.token }}
Expand All @@ -50,7 +50,7 @@ jobs:
git-branch: refs/heads/${{ github.head_ref }}

- name: Checkout pr
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

Expand All @@ -76,7 +76,7 @@ jobs:
pull-requests: write
steps:
- name: PR Greeting
uses: bcgov-nr/action-pr-description-add@v0.0.2
uses: bcgov-nr/action-pr-description-add@v1.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_markdown: |
Expand All @@ -96,10 +96,10 @@ jobs:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build Image
uses: bcgov-nr/action-builder-ghcr@v1.3.0
uses: bcgov-nr/action-builder-ghcr@v2.0.0
with:
build_context: ./backend
build_file: ./backend/Dockerfile
Expand All @@ -116,9 +116,9 @@ jobs:
environment: dev
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploys
uses: bcgov-nr/action-deployer-openshift@v1.4.0
uses: bcgov-nr/action-deployer-openshift@v2.0.0
with:
file: .github/openshift/deploy.database.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand All @@ -135,10 +135,10 @@ jobs:
environment: dev
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Deploys
uses: bcgov-nr/action-deployer-openshift@v1.4.0
uses: bcgov-nr/action-deployer-openshift@v2.0.0
with:
file: .github/openshift/deploy.backend.yml
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Test app
uses: bcgov-nr/action-test-and-analyse@v0.0.2
uses: bcgov-nr/action-test-and-analyse@v1.1.0
with:
commands: |
npm ci
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/[email protected]
Expand Down

0 comments on commit 929c950

Please sign in to comment.