Skip to content

Commit

Permalink
Merge pull request #5 from EliahKagan/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
2 parents 57cbbdf + 47ed6d7 commit 4a5fad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
3 changes: 2 additions & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
bundle exec rubocop --require code_scanning --format progress --format CodeScanning::SarifFormatter -o rubocop.sarif
- name: Upload Sarif output
if: (success() || failure()) && (github.event_name != 'push' || !startsWith(github.ref, 'refs/heads/dependabot/'))
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: rubocop.sarif

0 comments on commit 4a5fad5

Please sign in to comment.