diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7aaca21..cbd897d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: lfs: true persist-credentials: false @@ -37,7 +37,7 @@ jobs: dotnet-version: 9.0.x - name: Cache nugets - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ github.workspace }}/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('Directory.Packages.props') }} diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 6eacedd..3ca7c2a 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Repository" - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: "Dependency Review" diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7cb2033..2fc3cda 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -37,7 +37,7 @@ jobs: - {os: ubuntu-24.04, osfamily: linux, pub: 'linux'} steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: lfs: true persist-credentials: false @@ -55,7 +55,7 @@ jobs: run: dotnet --version - name: Cache nugets - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ github.workspace }}/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('Directory.Packages.props') }} @@ -66,7 +66,7 @@ jobs: run: dotnet restore - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 9272774..f45d8f1 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index a8d5ee1..1863878 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -15,7 +15,7 @@ jobs: REUSE: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: REUSE Compliance Check diff --git a/.github/workflows/straights-web.yml b/.github/workflows/straights-web.yml index fd1d7e2..c61d25e 100644 --- a/.github/workflows/straights-web.yml +++ b/.github/workflows/straights-web.yml @@ -15,13 +15,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: lfs: true persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' diff --git a/Directory.Build.props b/Directory.Build.props index 910d138..a570215 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,7 +12,7 @@ true - 0.8.8 + 0.8.9 m-ringler @@ -31,7 +31,6 @@ true + >true diff --git a/Directory.Packages.props b/Directory.Packages.props index 35f1b8e..527bba1 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,6 +1,6 @@  - 10.0.0-rc.1.26117.1 + 10.0.0-rc.1.26357.1 ×
- Straights.Web 0.8.8 + Straights.Web 0.8.9
© 2020 Luis Walter, 2025-2026 Moritz Ringler
    diff --git a/webdev/ts/shared/service-worker.ts b/webdev/ts/shared/service-worker.ts index f20e8e7..0d1206f 100644 --- a/webdev/ts/shared/service-worker.ts +++ b/webdev/ts/shared/service-worker.ts @@ -4,7 +4,7 @@ /// -const CACHE_NAME = 'v0.8.8'; +const CACHE_NAME = 'v0.8.9'; const urlsToCache = [ './', './.htaccess',