Skip to content

Commit

Permalink
semgrep: ignore ros ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Sep 9, 2023
1 parent b705cfd commit 5d57162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
# - {ROS_DISTRO: galactic, ROS_REPO: testing}
- {ROS_DISTRO: galactic, ROS_REPO: main}
- {ROS_DISTRO: humble, ROS_REPO: main}
- {ROS_DISTRO: iron, ROS_REPO: main}
- {ROS_DISTRO: rolling, ROS_REPO: testing}
env:
CCACHE_DIR: /github/home/.ccache
Expand All @@ -26,5 +27,5 @@ jobs:
with:
path: "${{ env.CCACHE_DIR }}"
key: "ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}"
- uses: 'ros-industrial/industrial_ci@master'
- uses: 'ros-industrial/industrial_ci@master' # nosemgrep
env: ${{matrix.env}}

0 comments on commit 5d57162

Please sign in to comment.