Skip to content

Commit b8d38cd

Browse files
author
Kenneth Rosario
authored
chore: address some scorecard findings and update ubuntu version (GoogleCloudPlatform#226)
1 parent 306104b commit b8d38cd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77
workflow_dispatch:
8+
9+
# Declare default permissions as read only.
10+
permissions: read-all
11+
812
jobs:
913
python37:
1014
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected]

.github/workflows/conformance.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Python Conformance CI
22
on: [push, pull_request]
3+
4+
# Declare default permissions as read only.
5+
permissions: read-all
6+
37
jobs:
48
build:
5-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
610
strategy:
711
matrix:
812
python: ['3.7', '3.8', '3.9', '3.10', '3.11']

0 commit comments

Comments
 (0)