Skip to content
Open
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
22 changes: 22 additions & 0 deletions .github/workflows/buildpack-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
workflow_dispatch:

# Declare default permissions as read only.
permissions: read-all

Check warning on line 14 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

buildpack-integration-test.yml:14: overly broad permissions: uses read-all permissions

jobs:
nodejs18:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main

Check failure on line 18 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 18 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

buildpack-integration-test.yml:18: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
http-builder-source: 'test/conformance'
http-builder-target: 'writeHttpDeclarative'
Expand All @@ -26,7 +26,7 @@
builder-runtime-version: '18'
builder-url: 'us-docker.pkg.dev/serverless-runtimes/google-22-full/builder/nodejs:latest'
nodejs20:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main

Check failure on line 29 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 29 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

buildpack-integration-test.yml:29: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
http-builder-source: 'test/conformance'
http-builder-target: 'writeHttpDeclarative'
Expand All @@ -37,7 +37,7 @@
builder-runtime-version: '20'
builder-url: 'us-docker.pkg.dev/serverless-runtimes/google-22-full/builder/nodejs:latest'
nodejs22:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main

Check failure on line 40 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 40 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

buildpack-integration-test.yml:40: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
http-builder-source: 'test/conformance'
http-builder-target: 'writeHttpDeclarative'
Expand All @@ -47,3 +47,25 @@
builder-runtime: 'nodejs22'
builder-runtime-version: '22'
builder-url: 'us-docker.pkg.dev/serverless-runtimes/google-22-full/builder/nodejs:latest'
nodejs24:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main

Check failure on line 51 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 51 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

buildpack-integration-test.yml:51: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
http-builder-source: 'test/conformance'
http-builder-target: 'writeHttpDeclarative'
cloudevent-builder-source: 'test/conformance'
cloudevent-builder-target: 'writeCloudEventDeclarative'
prerun: 'test/conformance/prerun.sh'
builder-runtime: 'nodejs24'
builder-runtime-version: '24'
builder-url: 'us-docker.pkg.dev/serverless-runtimes/google-24-full/builder/nodejs:latest'
nodejs26:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main

Check failure on line 62 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 62 in .github/workflows/buildpack-integration-test.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

buildpack-integration-test.yml:62: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
http-builder-source: 'test/conformance'
http-builder-target: 'writeHttpDeclarative'
cloudevent-builder-source: 'test/conformance'
cloudevent-builder-target: 'writeCloudEventDeclarative'
prerun: 'test/conformance/prerun.sh'
builder-runtime: 'nodejs26'
builder-runtime-version: '26'
builder-url: 'us-docker.pkg.dev/serverless-runtimes/google-24-full/builder/nodejs:latest'
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [18, 20, 22, 24, 26]
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0

Check failure on line 19 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 19 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-46g3-37rh-v698

Check failure on line 19 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

conformance.yml:19: action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 19 in .github/workflows/conformance.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

conformance.yml:19: action has a known vulnerability: GHSA-46g3-37rh-v698
with:
disable-sudo: true
egress-policy: block
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
test:
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [18, 20, 22, 24, 26]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0

Check failure on line 19 in .github/workflows/unit.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 19 in .github/workflows/unit.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/known-vulnerable-actions

action has a known vulnerability: GHSA-46g3-37rh-v698

Check failure on line 19 in .github/workflows/unit.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

unit.yml:19: action has a known vulnerability: GHSA-g699-3x6g-wm3g

Check failure on line 19 in .github/workflows/unit.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

known-vulnerable-actions

unit.yml:19: action has a known vulnerability: GHSA-46g3-37rh-v698
with:
disable-sudo: true
egress-policy: block
Expand Down
Loading