Skip to content

Commit

Permalink
Merge branch 'main' into indexed-artifacts-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Mar 8, 2024
2 parents 133c5e5 + 65542dc commit 75e084f
Show file tree
Hide file tree
Showing 599 changed files with 14,330 additions and 9,433 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IMAGE=taskcluster/taskcluster:v59.1.3
IMAGE_DEV=taskcluster/taskcluster:v59.1.3-devel
IMAGE_GENERIC_WORKER=taskcluster/generic-worker:v59.1.3
IMAGE=taskcluster/taskcluster:v60.4.2
IMAGE_DEV=taskcluster/taskcluster:v60.4.2-devel
IMAGE_GENERIC_WORKER=taskcluster/generic-worker:v60.4.2
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ infrastructure/k8s/templates/** linguist-generated=true
clients/client-shell/apis/services.go linguist-generated=true
dev-docs/dev-config-example.yml linguist-generated=true
workers/generic-worker/generated_*.go linguist-generated=true
tools/d2g/dockerworker/generated_types.go linguist-generated=true
tools/d2g/genericworker/generated_types.go linguist-generated=true

# Autogenerated directories start with tc
clients/client-go/tc*/** linguist-generated=true
31 changes: 31 additions & 0 deletions .github/workflows/browserslist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Update Browserslist database

on:
schedule:
- cron: '0 2 1,15 * *'

permissions:
contents: write
pull-requests: write

jobs:
update-browserslist-database:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure git
run: |
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
- name: Update Browserslist database and create PR if applies
uses: c2corg/browserslist-update-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: browserslist-update
base_branch: main
commit_message: 'build: update Browserslist db'
title: 'build: update Browserslist db'
body: Auto-generated by [browserslist-update-action](https://github.com/c2corg/browserslist-update-action/)
12 changes: 9 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -55,10 +55,16 @@ jobs:
# Run extended queries including queries using machine learning
queries: security-extended

- name: Set up Go
if: matrix.language == 'go'
uses: actions/setup-go@v5
with:
go-version-file: go.mod

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -72,4 +78,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
68 changes: 68 additions & 0 deletions .github/workflows/staticcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: Staticcheck
on: pull_request

env:
STATICCHECK_VERSION: "2023.1.6"

jobs:
staticcheck-gw-multiuser:
name: Multiuser Engine
strategy:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: dominikh/staticcheck-action@v1.3.0
with:
working-directory: workers/generic-worker
build-tags: multiuser
install-go: false
version: ${{ env.STATICCHECK_VERSION }}

staticcheck-gw-simple:
name: Simple Engine
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macOS-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: dominikh/staticcheck-action@v1.3.0
with:
working-directory: workers/generic-worker
build-tags: simple
install-go: false
version: ${{ env.STATICCHECK_VERSION }}

staticcheck-go-source:
name: Go Source
strategy:
fail-fast: false
matrix:
dir: ["clients/client-go", "internal", "tools"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: dominikh/staticcheck-action@v1.3.0
with:
working-directory: ${{ matrix.dir }}
install-go: false
version: ${{ env.STATICCHECK_VERSION }}
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.21.5
go1.22.1
2 changes: 1 addition & 1 deletion .golangci-lint-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.55.2
1.56.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.0
18.19.1
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs

0 comments on commit 75e084f

Please sign in to comment.