Skip to content

Commit

Permalink
Merge branch 'main' into bq_load_keep_dest
Browse files Browse the repository at this point in the history
  • Loading branch information
calebbrown authored Feb 13, 2024
2 parents 483274c + 0226703 commit 63ba480
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Upload the results as artifacts (optional).
- name: "Upload artifact"
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: SARIF file
path: results.sarif
Expand Down
44 changes: 22 additions & 22 deletions internal/staticanalysis/parsing/package-lock.json

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

4 changes: 2 additions & 2 deletions internal/staticanalysis/parsing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"dependencies": {
"@babel/parser": "^7.23.5",
"@babel/traverse": "^7.23.5"
"@babel/parser": "^7.23.9",
"@babel/traverse": "^7.23.9"
}
}

0 comments on commit 63ba480

Please sign in to comment.