diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index b84b46e..ed4fae7 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -26,12 +26,12 @@ jobs: # If you do not check out your code, Copilot will do this for you. steps: - name: Checkout code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: 3.12 diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index abe19e8..1261974 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: persist-credentials: false - name: Build the Docker image diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 3f6ae8d..da54080 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -18,14 +18,14 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # Full git history is needed to get a proper # list of changed files within `super-linter` fetch-depth: 0 persist-credentials: false - name: Setup Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: "3.12" - name: Install dependencies diff --git a/.github/workflows/major-version-updater.yml b/.github/workflows/major-version-updater.yml index cc950a3..75ae704 100644 --- a/.github/workflows/major-version-updater.yml +++ b/.github/workflows/major-version-updater.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-tags: true ref: ${{ github.event.inputs.TAG_NAME || github.ref }} diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 705012c..af785f3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -19,11 +19,11 @@ jobs: matrix: python-version: [3.11, 3.12, 3.13] steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 0ae351d..3deafdc 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/use-action.yml b/.github/workflows/use-action.yml index 0f1dd7b..3495fdc 100644 --- a/.github/workflows/use-action.yml +++ b/.github/workflows/use-action.yml @@ -19,7 +19,7 @@ jobs: packages: read steps: - name: Checkout code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false - name: Run stale_repos tool