diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 7e8ed8b..5c6dbe8 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -18,7 +18,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d52e103..b714a93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest if: ${{ !cancelled() && !failure() && github.repository_owner == 'Lepinoid' && !contains(github.event.head_commit.message, '[CI-SKIP]') }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Set up JDK ${{ inputs.java_version || needs.java-version.outputs.java_version }} diff --git a/.github/workflows/get-java-ver.yml b/.github/workflows/get-java-ver.yml index 83271e1..653279e 100644 --- a/.github/workflows/get-java-ver.yml +++ b/.github/workflows/get-java-ver.yml @@ -20,7 +20,7 @@ jobs: get: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Get java version from libs.versions.toml diff --git a/.github/workflows/ktlint.yml b/.github/workflows/ktlint.yml index ce423d9..96789f2 100644 --- a/.github/workflows/ktlint.yml +++ b/.github/workflows/ktlint.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest if: ${{ inputs.version == '' }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Get ktlint version @@ -38,7 +38,7 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Lint Check diff --git a/.github/workflows/publish_to_maven-repo.yml b/.github/workflows/publish_to_maven-repo.yml index 15c49c3..914585b 100644 --- a/.github/workflows/publish_to_maven-repo.yml +++ b/.github/workflows/publish_to_maven-repo.yml @@ -43,7 +43,7 @@ jobs: if: ${{ !cancelled() && !failure() && github.repository_owner == 'Lepinoid' && !contains(github.event.head_commit.message, '[CI-SKIP]') }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0