diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 62b1135..cee00e9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET 10 uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/hass-agent-net10.yml b/.github/workflows/hass-agent-net10.yml index 0358655..ac02415 100644 --- a/.github/workflows/hass-agent-net10.yml +++ b/.github/workflows/hass-agent-net10.yml @@ -34,7 +34,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Setup .NET 10 @@ -67,7 +67,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false @@ -184,7 +184,7 @@ jobs: - name: Upload release assets if: github.event_name == 'release' || startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: generate_release_notes: true files: |