Skip to content

Commit 2b85d2f

Browse files
authored
Merge branch 'main' into andrueastman/fixjavaEnums
2 parents 2f9cf87 + 675f4b1 commit 2b85d2f

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
6565
- name: Push to GitHub Packages - Nightly
6666
if: contains(github.ref, env.PREVIEW_BRANCH)
67-
uses: docker/[email protected].0
67+
uses: docker/[email protected].1
6868
with:
6969
push: true
7070
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,windows/amd64
@@ -74,7 +74,7 @@ jobs:
7474
# we can't get the sequence number from ADO so we default it back to github run number
7575
- name: Push to GitHub Packages - Release
7676
if: contains(github.ref, 'refs/tags/v')
77-
uses: docker/[email protected].0
77+
uses: docker/[email protected].1
7878
with:
7979
push: true
8080
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7,windows/amd64

.github/workflows/graphprojects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Generate token
1313
id: generate_token
14-
uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6
14+
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
1515
with:
1616
app_id: ${{ secrets.GRAPHBOT_APP_ID }}
1717
private_key: ${{ secrets.GRAPHBOT_APP_PEM }}

it/python/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ h2==4.1.0
9292

9393
hpack==4.0.0 ; python_full_version >= '3.6.1'
9494

95-
httpcore==0.17.3 ; python_version >= '3.7'
95+
httpcore==0.18.0 ; python_version >= '3.7'
9696

9797
httpx[http2]==0.24.1
9898

it/typescript/package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

it/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"prettier": "./.prettierrc.json",
2020
"devDependencies": {
2121
"@es-exec/esbuild-plugin-start": "^0.0.5",
22-
"@types/node": "^20.5.9",
22+
"@types/node": "^20.6.0",
2323
"@typescript-eslint/eslint-plugin": "^6.6.0",
2424
"@typescript-eslint/parser": "^6.6.0",
2525
"esbuild": "^0.19.2",
26-
"eslint": "^8.48.0",
26+
"eslint": "^8.49.0",
2727
"eslint-config-prettier": "^9.0.0",
2828
"minimist": "^1.2.8",
2929
"prettier": "^3.0.3",

0 commit comments

Comments
 (0)