Skip to content

Bump ossf/scorecard-action from 2.0.6 to 2.3.3 #92

Bump ossf/scorecard-action from 2.0.6 to 2.3.3

Bump ossf/scorecard-action from 2.0.6 to 2.3.3 #92

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
- name: Install tfx extension
run: |
npm install -g tfx-cli
- name: Build the extension
shell: pwsh
env:
AZURE_DEVOPS_PAT: ${{ secrets.AZURE_DEVOPS_PAT }}
run: |
.\make.ps1 -command "build"