diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ac8d6d7..dde32aa 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0399eed..a360457 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.1.0 with: diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index ebfcbb6..5a7152d 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -11,7 +11,7 @@ jobs: name: PyPI url: https://pypi.org/project/aioworkers-sentry/${{ github.ref_name }} steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.6 - name: Set up Python uses: actions/setup-python@v5.1.0 with: