From 23aa7e5474eb7563953280bb5292b0d483ccfc9f Mon Sep 17 00:00:00 2001 From: pschichbot Date: Thu, 4 Jun 2026 16:05:50 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/gradle.yml | 2 +- .github/workflows/scorecard.yml | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index e36bc99..598eaab 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest environment: ${{ (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/javacan-') ) && 'sonatype-central' || null }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: submodules: recursive - name: Set up JDK diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index f19f0f5..c04185e 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -73,6 +73,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 with: sarif_file: results.sarif diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 617cfbc..f505757 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -axion = "1.21.1" +axion = "1.21.2" dockcross = "0.4.3" jdtAnnotations = "2.4.100" slf4j = "2.0.18"