Skip to content

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
| datasource  | package                 | from   | to     |
| ----------- | ----------------------- | ------ | ------ |
| github-tags | actions/upload-artifact | v4.4.2 | v4.4.3 |
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 44f14a8 commit 23c62b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
node-version: 22.9.0

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@ee7a7f1327e53b078a90e8f92f78b9f91f18cc38 # master
uses: Homebrew/actions/setup-homebrew@70536e47bf575839e4c869cd24c8b061582e5ab9 # master

- name: Install UDS CLI
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: SARIF file
path: results.sarif
Expand Down
4 changes: 2 additions & 2 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tslib": "2.7.0",
"typescript": "5.6.3",
"typescript-eslint": "8.8.1",
"uds-core-types": "defenseunicorns/uds-core#43c98ce",
"uds-core-types": "defenseunicorns/uds-core#df7d427",
"vite": "5.4.8",
"vitest": "2.1.2",
"yaml": "2.5.1"
Expand Down

0 comments on commit 23c62b1

Please sign in to comment.