Skip to content

Commit

Permalink
Pin github actions
Browse files Browse the repository at this point in the history
Pin github actions to be compliant with OSSF scorecard
  • Loading branch information
ovidiuostoia authored Jun 19, 2024
1 parent b298412 commit fdff0f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build tcf
run: |
cd tcf
Expand All @@ -26,7 +26,7 @@ jobs:
npm run package
npm pack
- name: Save VSIX
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v3.0
with:
name: vscode-tcf-debug.vsix
path: vscode-tcf-debug/*vsix
Expand Down

0 comments on commit fdff0f7

Please sign in to comment.