Skip to content

Commit

Permalink
Fix ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-labs committed Dec 3, 2024
1 parent dda1421 commit 86390e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
apt update
apt install -y python3-pip
pip3 install ros-license-toolkit==1.2.2
pip3 install --break-system-packages ros-license-toolkit==1.2.2

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 7: pipCommand not pinned by hash
Click Remediation section below to solve this issue
apt install -y golang-go
go version
go install github.com/google/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
<joint name="panda_finger_joint2">
<param name="mimic">panda_finger_joint1</param>
<param name="multiplier">1</param>
<command_interface name="position"/>
<state_interface name="position">
<param name="initial_value">0.01</param>
</state_interface>
Expand Down

0 comments on commit 86390e9

Please sign in to comment.