From 0beeb5fce95c93cc841d2cd9662a27834d1bb249 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 31 Aug 2023 22:34:12 +0100 Subject: [PATCH] DOCS: Update README (#115) --- .github/workflows/code-scan.yml | 7 ++++++- README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index dffca357..d8b171a6 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -12,6 +12,9 @@ on: - cron: '0 0 * * 0' workflow_dispatch: +permissions: + contents: read + concurrency: group: "code-scan-${{ github.head_ref || github.run_id }}" cancel-in-progress: true @@ -24,7 +27,9 @@ jobs: name: Code Scan runs-on: ubuntu-latest permissions: - security-events: write + contents: read + security-events: write + actions: read steps: - name: Checkout uses: actions/checkout@v3 diff --git a/README.md b/README.md index b01ed439..1a837cf6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ let package = Package( name: "MyProject", dependencies: [ - .package(url: "https://github.com/adamayoung/TMDb.git", from: "9.0.0") + .package(url: "https://github.com/adamayoung/TMDb.git", from: "10.0.0") ], targets: [