From f836496de1066564458f6ae55ff6766a33e76a0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 12:30:19 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/dev.yml | 10 +++++----- .github/workflows/gh-pages.yml | 4 ++-- .github/workflows/jira.yaml | 2 +- .github/workflows/master.yml | 4 ++-- .github/workflows/pr-build.yml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 78c3a6c8..695fbf1f 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -18,12 +18,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 2 - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 with: - python-version: "3.11" + python-version: "3.14" - name: Install deps run: | sudo apt update @@ -71,7 +71,7 @@ jobs: name: Docker Image for gwa-api runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 2 - name: Check if build needed @@ -104,7 +104,7 @@ jobs: name: Docker Image for gwa-scheduler runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 2 - name: Check if build needed @@ -137,7 +137,7 @@ jobs: name: Docker Image for gwa-kube-api runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 2 - name: Check if build needed diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0a70a8ee..3c8eac0a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -7,12 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. with: persist-credentials: false - name: Deploy - uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4 + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/static diff --git a/.github/workflows/jira.yaml b/.github/workflows/jira.yaml index 4bcf6833..19105001 100644 --- a/.github/workflows/jira.yaml +++ b/.github/workflows/jira.yaml @@ -17,7 +17,7 @@ jobs: actions: write steps: - name: Delete workflow runs - uses: Mattraks/delete-workflow-runs@feeb82053ea847a97fe4ee2aa314c94eac0eff04 # v2 + uses: Mattraks/delete-workflow-runs@0cf693bc9909e5e867ee8f27b813224ba862939c # v2 with: token: ${{ github.token }} repository: ${{ github.repository }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2d14a6aa..89c343f6 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -14,13 +14,13 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7 with: - python-version: "3.11" + python-version: "3.14" - name: Install deps run: | sudo apt update diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 051002f1..f3e86cf1 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -11,7 +11,7 @@ jobs: sonarcloud: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0