diff --git a/.gitea/workflows/run-tas.yaml b/.gitea/workflows/run-tas.yaml index 0b1544e..3cfeb63 100644 --- a/.gitea/workflows/run-tas.yaml +++ b/.gitea/workflows/run-tas.yaml @@ -16,8 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-trivy@a1a6564b312e3411516cf1a84cc30ac438b4d3ec # 1.4.1 - - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-db@a1a6564b312e3411516cf1a84cc30ac438b4d3ec # 1.4.1 + - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-trivy@a6508d695d7bb6137f14372392d5c312c98225cf # 1.4.7 + - uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-db@a6508d695d7bb6137f14372392d5c312c98225cf # 1.4.7 - env: TRIVY_CACHE_DIR: ${{ runner.temp }}/trivy run: | diff --git a/package-lock.json b/package-lock.json index 21fe2a4..2bf7b3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@types/conventional-commits-parser": "5.0.2", "@types/jest": "30.0.0", - "@types/node": "24.10.13", + "@types/node": "24.11.0", "esbuild": "0.27.3", "jest": "30.2.0", "prettier": "3.8.1", @@ -1661,9 +1661,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.10.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.13.tgz", - "integrity": "sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==", + "version": "24.11.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.11.0.tgz", + "integrity": "sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 25cd7ca..a777067 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@types/conventional-commits-parser": "5.0.2", "@types/jest": "30.0.0", - "@types/node": "24.10.13", + "@types/node": "24.11.0", "esbuild": "0.27.3", "jest": "30.2.0", "prettier": "3.8.1",