Skip to content

Commit

Permalink
chore: address some scorecard findings and update ubuntu version (Goo…
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-rosario authored Apr 6, 2023
1 parent 306104b commit b8d38cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/buildpack-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- master
workflow_dispatch:

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

jobs:
python37:
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@v1.8.0
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Python Conformance CI
on: [push, pull_request]

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

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
Expand Down

0 comments on commit b8d38cd

Please sign in to comment.