Skip to content

chore: pin github actions #1269

chore: pin github actions

chore: pin github actions #1269

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: Lint using ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use latest Node.js LTS
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: lts/*
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
test:
name: Test on Node.js
uses: aduh95/action/.github/workflows/node-test.yaml@d214a4b759a3579c639a3b3126704d1b67d780f5 # v0.1.10
with:
actions-repository: aduh95/action

Check failure on line 31 in .github/workflows/nodejs.yml

View workflow run for this annotation

GitHub Actions / Node.js CI

Invalid workflow file

The workflow is not valid. .github/workflows/nodejs.yml (Line: 31, Col: 27): Invalid input, actions-repository is not defined in the referenced workflow. .github/workflows/nodejs.yml (Line: 32, Col: 20): Invalid input, actions-ref is not defined in the referenced workflow.
actions-ref: d214a4b759a3579c639a3b3126704d1b67d780f5
runs-on: ubuntu-latest, macos-latest
test-command: npm run coverage:ci
post-test-steps: |
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v5