Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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') }}
Expand All @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/straights-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
5 changes: 2 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>

<!-- Version -->
<VersionPrefix>0.8.8</VersionPrefix>
<VersionPrefix>0.8.9</VersionPrefix>

<!-- Nuget Properties -->
<Authors>m-ringler</Authors>
Expand All @@ -31,7 +31,6 @@

<!-- Deterministic builds -->
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'"
>true</ContinuousIntegrationBuild
>
>true</ContinuousIntegrationBuild>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<IlCompilerLLVMVersion>10.0.0-rc.1.26117.1</IlCompilerLLVMVersion>
<IlCompilerLLVMVersion>10.0.0-rc.1.26357.1</IlCompilerLLVMVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "straights",
"private": true,
"version": "0.8.8",
"version": "0.8.9",
"devDependencies": {
"@edge-runtime/vm": "^5.0.0",
"@types/jquery": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion webdev/base/shared/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
<div class="dialog" id="about-dialog">
<span class="close-button">×</span>
<div class="dialog-title">
Straights.Web <span id="version">0.8.8</span>
Straights.Web <span id="version">0.8.9</span>
</div>
<div>© 2020 Luis Walter, 2025-2026 Moritz Ringler</div>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion webdev/ts/shared/service-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/// <reference lib="webworker" />

const CACHE_NAME = 'v0.8.8';
const CACHE_NAME = 'v0.8.9';
const urlsToCache = [
'./',
'./.htaccess',
Expand Down
Loading