diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 5409a9f9c..8827efac3 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -18,7 +18,7 @@ runs: node-version: 22.9.0 - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@ee7a7f1327e53b078a90e8f92f78b9f91f18cc38 # master + uses: Homebrew/actions/setup-homebrew@d060b6d6ebec27463122d09b327f7b8a2260fb34 # master - name: Install UDS CLI shell: bash diff --git a/.github/workflows/scan-codeql.yaml b/.github/workflows/scan-codeql.yaml index 5472c099e..b3de3d390 100644 --- a/.github/workflows/scan-codeql.yaml +++ b/.github/workflows/scan-codeql.yaml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Initialize CodeQL - uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12 + uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 env: CODEQL_EXTRACTOR_GO_BUILD_TRACING: on with: @@ -52,6 +52,6 @@ jobs: config-file: ./.github/codeql.yaml - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12 + uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 577040197..91ae19a97 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -43,7 +43,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif @@ -51,6 +51,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12 + uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 with: sarif_file: results.sarif diff --git a/ui/package-lock.json b/ui/package-lock.json index f8058741d..48317c4fe 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -44,7 +44,7 @@ "tslib": "2.7.0", "typescript": "5.6.3", "typescript-eslint": "8.9.0", - "uds-core-types": "github:defenseunicorns/uds-core#de8419c", + "uds-core-types": "github:defenseunicorns/uds-core#83c6ae5", "vite": "5.4.9", "vitest": "2.1.3", "yaml": "2.6.0" @@ -8023,7 +8023,7 @@ "node_modules/uds-core-types": { "name": "uds-core", "version": "0.5.0", - "resolved": "git+ssh://git@github.com/defenseunicorns/uds-core.git#de8419c0903c358d00d3633423d4f871e44df1b1", + "resolved": "git+ssh://git@github.com/defenseunicorns/uds-core.git#83c6ae53057c798c8b52f822f61e4fe008fe2522", "dev": true, "dependencies": { "pepr": "0.38.0" diff --git a/ui/package.json b/ui/package.json index e08034a24..78f550650 100644 --- a/ui/package.json +++ b/ui/package.json @@ -53,7 +53,7 @@ "tslib": "2.7.0", "typescript": "5.6.3", "typescript-eslint": "8.9.0", - "uds-core-types": "github:defenseunicorns/uds-core#de8419c", + "uds-core-types": "github:defenseunicorns/uds-core#83c6ae5", "vite": "5.4.9", "vitest": "2.1.3", "yaml": "2.6.0"