diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 85ff4783..9ca41f79 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,13 +11,13 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install ClangFormat run: sudo apt-get install -y clang-format - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.12' @@ -32,7 +32,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Download misspell run: | diff --git a/.github/workflows/ut.yml b/.github/workflows/ut.yml index 5b333ec7..7a1d4314 100644 --- a/.github/workflows/ut.yml +++ b/.github/workflows/ut.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Dubious ownership exception run: |