diff --git a/.github/workflows/auto-approve-merge-dependabot.yml b/.github/workflows/auto-approve-merge-dependabot.yml index 7676be1..a686a64 100644 --- a/.github/workflows/auto-approve-merge-dependabot.yml +++ b/.github/workflows/auto-approve-merge-dependabot.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23cc97d..cb118ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9f87211..b832802 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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 diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 6a720ca..0f42e0d 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -24,7 +24,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -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. diff --git a/.github/workflows/trufflehog.yml b/.github/workflows/trufflehog.yml index 202ae1e..d193b60 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -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