From 4e7a590d92e742c8c9d6e6d15f3836db6397fea3 Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Fri, 28 Jan 2022 14:28:05 +0100 Subject: [PATCH] Even better CI (#29) --- .github/dependabot.yml | 8 ++++++++ .github/workflows/build.yml | 9 +++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..cb2aff7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + commit-message: + prefix: "Bump:" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8367d56..61b5aed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,11 +16,16 @@ on: # See https://github.com/cristalhq/.github/.github/workflows jobs: build: - uses: cristalhq/.github/.github/workflows/build.yml@e7c9d97e1ed043d608a701c651cf6c0820dc44f2 # v0.1.1 + uses: cristalhq/.github/.github/workflows/build.yml@454df049fccd7d81729b0c567b75662a2b77e97a # v0.1.3 + + codeql: + permissions: + security-events: write + uses: cristalhq/.github/.github/workflows/codeql.yml@454df049fccd7d81729b0c567b75662a2b77e97a # v0.1.3 release: if: github.event_name == 'workflow_dispatch' - uses: cristalhq/.github/.github/workflows/release.yml@e7c9d97e1ed043d608a701c651cf6c0820dc44f2 # v0.1.1 + uses: cristalhq/.github/.github/workflows/release.yml@454df049fccd7d81729b0c567b75662a2b77e97a # v0.1.3 permissions: contents: write with: