Skip to content

build(deps): bump actions/dependency-review-action from 3.0.8 to 3.1.0 #21

build(deps): bump actions/dependency-review-action from 3.0.8 to 3.1.0

build(deps): bump actions/dependency-review-action from 3.0.8 to 3.1.0 #21

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Use Node.js current version
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
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