Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/urllib3-2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno committed Oct 19, 2023
2 parents 29a096c + abb4356 commit cb0a6bb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-approve-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
steps:
- name: Retrieve Dependabot metadata
id: dependabot-metadata
uses: "dependabot/fetch-metadata@v1.4.0"
uses: "dependabot/fetch-metadata@v1.6.0"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Wait for status checks
id: wait-for-status-checks
uses: "wyrihaximus/github-action-wait-for-status@v1.7.1"
uses: "wyrihaximus/github-action-wait-for-status@v1.8.0"
with:
ignoreActions: "Auto merge Dependabot PRs"
checkInterval: 30
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- TOXENV: "pre-commit"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -37,7 +37,7 @@ jobs:
- name: Validate PR Title
id: prTitle
if: ${{ steps.commitlint.outcome == 'failure' }}
uses: aslafy-z/conventional-pr-title-action@v3.0.1
uses: aslafy-z/conventional-pr-title-action@v3.1.1
continue-on-error: true
with:
success-state: Title follows the conventional commit format.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog OSS
Expand Down

0 comments on commit cb0a6bb

Please sign in to comment.