Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit e5d6e28

Browse files
author
JM (Jason Meridth)
authored
Merge pull request #150 from github/dependabot/github_actions/dependencies-92b3e5af0c
chore(deps): bump the dependencies group with 2 updates
2 parents 022f712 + 1bb64a1 commit e5d6e28

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/linters/.python-lint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ disable=bad-inline-option,
440440
too-many-branches,
441441
too-many-locals,
442442
too-many-nested-blocks,
443+
too-many-positional-arguments,
443444
too-many-statements,
444445
useless-suppression,
445446
use-symbolic-message-instead,

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
path: results.sarif
4343
retention-days: 5
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
45+
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
4646
with:
4747
sarif_file: results.sarif

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt -r requirements-test.txt
3030
- name: Lint Code Base
31-
uses: super-linter/super-linter@b92721f792f381cedc002ecdbb9847a15ece5bb8
31+
uses: super-linter/super-linter@e1cb86b6e8d119f789513668b4b30bf17fe1efe4
3232
env:
3333
DEFAULT_BRANCH: main
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)