Skip to content

Commit

Permalink
Merge pull request #150 from github/dependabot/github_actions/depende…
Browse files Browse the repository at this point in the history
…ncies-92b3e5af0c

chore(deps): bump the dependencies group with 2 updates
  • Loading branch information
jmeridth authored Nov 25, 2024
2 parents 022f712 + 1bb64a1 commit e5d6e28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/linters/.python-lint
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ disable=bad-inline-option,
too-many-branches,
too-many-locals,
too-many-nested-blocks,
too-many-positional-arguments,
too-many-statements,
useless-suppression,
use-symbolic-message-instead,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
path: results.sarif
retention-days: 5
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-test.txt
- name: Lint Code Base
uses: super-linter/super-linter@b92721f792f381cedc002ecdbb9847a15ece5bb8
uses: super-linter/super-linter@e1cb86b6e8d119f789513668b4b30bf17fe1efe4
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e5d6e28

Please sign in to comment.