diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1a1ccac172..ce1b5c2d0b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -134,7 +134,7 @@ jobs: USE_GRPC: '0' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -203,7 +203,7 @@ jobs: USE_GRPC: '1' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -272,7 +272,7 @@ jobs: USE_GRPC: '0' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -341,7 +341,7 @@ jobs: USE_GRPC: '1' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -412,7 +412,7 @@ jobs: USE_GRPC: '0' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -486,7 +486,7 @@ jobs: USE_GRPC: '1' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -560,7 +560,7 @@ jobs: USE_GRPC: '0' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -634,7 +634,7 @@ jobs: USE_GRPC: '1' steps: - name: "Install Git and clone project" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -705,7 +705,7 @@ jobs: runs-on: [ Windows, self-hosted, pyedb ] steps: - name: Install Git and checkout project - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -728,7 +728,7 @@ jobs: python -m pip install -U pip - name: Clone PyAEDT on main branch - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: ansys/pyaedt path: "external/pyaedt" @@ -801,7 +801,7 @@ jobs: ANS_NODEPCHECK: '1' steps: - name: Install Git and checkout project - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false @@ -828,7 +828,7 @@ jobs: python -m pip install -U pip - name: Clone PyAEDT on main branch - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: ansys/pyaedt path: "external/pyaedt" diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index e51c0b375d..0d5ffb7f6f 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -23,7 +23,7 @@ jobs: name: Syncer runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0 diff --git a/doc/changelog.d/1696.dependencies.md b/doc/changelog.d/1696.dependencies.md new file mode 100644 index 0000000000..dfe4b0d40e --- /dev/null +++ b/doc/changelog.d/1696.dependencies.md @@ -0,0 +1 @@ +Bump actions/checkout from 6.0.0 to 6.0.1