Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/claws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@ jobs:
- name: Set Up Ruby
uses: ruby/setup-ruby@d8d83c3960843afb664e821fed6be52f37da5267 # v1.231.0
with:
ruby-version: '3.0'
ruby-version: '3.2.3'
- name: Get Claws Config
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
repository: betterment/security-configs
path: security-configs/
ref: main
# We have to do this `mv` ourselves because for some reason, actions/checkout
# doesn't support absolute paths OR relative paths that point outside of the
# working directory. Absolutely bonkers.
Expand All @@ -84,7 +85,7 @@ jobs:
fetch-depth: 0
- name: Set Up Claws
run: |
gem install claws-scan -v 0.7.3
gem install claws-scan -v 0.9.0
- name: Analyze New/Changed Workflows
env:
CHANGED_FILES: ${{ needs.changed_workflows.outputs.files }}
Expand Down
1 change: 1 addition & 0 deletions claws/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Enabled:
BulkPermissions:
Shellcheck:
shellcheck_bin: "/usr/bin/shellcheck"
CheckoutWithStaticCredentials: