diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 5211229..1bbd091 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -10,7 +10,7 @@ jobs: name: actionlint with reviewdog runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: actionlint uses: reviewdog/action-actionlint@4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a # v1.54.0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eacb474..990d60e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: warning: [Werror, Wextra] steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: arkedge/workflows-c2a ref: ${{ env.SELF_VERSION }} @@ -111,7 +111,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: arkedge/workflows-c2a ref: ${{ env.SELF_VERSION }} @@ -133,7 +133,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: arkedge/workflows-c2a ref: ${{ env.SELF_VERSION }} @@ -154,7 +154,7 @@ jobs: runs-on: windows-2022 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: arkedge/workflows-c2a ref: ${{ env.SELF_VERSION }} diff --git a/.github/workflows/check-coding-rule-v3.yml b/.github/workflows/check-coding-rule-v3.yml index 25bbd97..8370bbe 100644 --- a/.github/workflows/check-coding-rule-v3.yml +++ b/.github/workflows/check-coding-rule-v3.yml @@ -43,7 +43,7 @@ jobs: endpoint: ${{ secrets.GH_FEDERATION_ENDPOINT }} repos: ${{ inputs.federation_repos }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: recursive diff --git a/.github/workflows/check-coding-rule.yml b/.github/workflows/check-coding-rule.yml index 4943913..6c9e543 100644 --- a/.github/workflows/check-coding-rule.yml +++ b/.github/workflows/check-coding-rule.yml @@ -39,7 +39,7 @@ jobs: endpoint: ${{ secrets.GH_FEDERATION_ENDPOINT }} repos: ${{ inputs.federation_repos }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: recursive diff --git a/.github/workflows/check-encoding-v3.yml b/.github/workflows/check-encoding-v3.yml index 45afcc2..7e8513c 100644 --- a/.github/workflows/check-encoding-v3.yml +++ b/.github/workflows/check-encoding-v3.yml @@ -32,7 +32,7 @@ jobs: endpoint: ${{ secrets.GH_FEDERATION_ENDPOINT }} repos: ${{ inputs.federation_repos }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: 'recursive' diff --git a/.github/workflows/check-encoding.yml b/.github/workflows/check-encoding.yml index 13cffbc..70e96b7 100644 --- a/.github/workflows/check-encoding.yml +++ b/.github/workflows/check-encoding.yml @@ -32,7 +32,7 @@ jobs: endpoint: ${{ secrets.GH_FEDERATION_ENDPOINT }} repos: ${{ inputs.federation_repos }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: submodules: 'recursive' diff --git a/.github/workflows/validate-renovate.yml b/.github/workflows/validate-renovate.yml index 6e5719b..24996fb 100644 --- a/.github/workflows/validate-renovate.yml +++ b/.github/workflows/validate-renovate.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 - name: install diff --git a/action-c2a-build-win32/action.yml b/action-c2a-build-win32/action.yml index 7c16c0e..bf09b30 100644 --- a/action-c2a-build-win32/action.yml +++ b/action-c2a-build-win32/action.yml @@ -39,7 +39,7 @@ runs: endpoint: ${{ inputs.gh_federation_endpoint }} repos: ${{ inputs.federation_repos }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ inputs.c2a_repo }} submodules: 'recursive' diff --git a/action-c2a-build/action.yml b/action-c2a-build/action.yml index a897c02..f0ff9bd 100644 --- a/action-c2a-build/action.yml +++ b/action-c2a-build/action.yml @@ -55,7 +55,7 @@ runs: endpoint: ${{ inputs.gh_federation_endpoint }} repos: ${{ inputs.federation_repos }} - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ inputs.c2a_repo }} submodules: 'recursive'