Skip to content

Commit

Permalink
Merge pull request #13 from intel/ovidiuostoia-pin-github-actions
Browse files Browse the repository at this point in the history
Pin github actions
  • Loading branch information
ovidiuostoia committed Jun 19, 2024
2 parents b298412 + fdff0f7 commit 04fab91
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 04fab91

Please sign in to comment.