Skip to content

build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 #54

build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2

build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 #54

Workflow file for this run

name: CI
on:
push:
branches: [main]
workflow_dispatch:
permissions: read-all
jobs:
test_actions:
name: Test actions
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout for testing preparation
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Use Node.js current version
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: current
- name: Install package dependencies
run: npm ci
- name: Build the actions
run: npm run build
- name: Test actions for simple action
uses: ./
with:
serviceId: ${{ secrets.RENDER_SERVICE_ID }}
apiKey: ${{ secrets.RENDER_API_KEY }}
multipleDeployment: false #optional, default true