Граф коммитов

935 Коммитов

Автор SHA1 Сообщение Дата
Alan Jowett a7753cb15d
Set thread affinity instead of process affinity (#1653)
Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-15 16:36:26 -07:00
Alan Jowett ed7ae83e72
Check for allocate_string failure (#1639)
Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-15 15:54:10 -07:00
Alan Jowett 4d9084017c
Annotate EBPF API's with _Must_inspect_result_ (#1569)
* Annotate EBPF API's with _Must_inspect_result_

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Fix build break

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Fix test failure

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Handles may be closed by fuzzing

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Fix code-analysis failure

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-15 10:31:40 -08:00
Alan Jowett 9ff77bad78
Always check return from bpf_object__open (#1631)
Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Anurag Saxena <43585259+saxena-anurag@users.noreply.github.com>
2022-11-15 09:10:04 -07:00
Alan Jowett e3400d82e0
Resolve conflict when updating ubpf (#1609)
* Resolve conflict when updating ubpf

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Fix code analysis warning

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Pickup fixed ubpf

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-14 22:49:57 -08:00
Alan Jowett 850f6d27f6
Annotate execution context API's with _Must_inspect_result_ (#1568)
* Annotate execution context API's with _Must_inspect_result_

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Fix rebase

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Code analysis failure

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-14 09:40:21 -08:00
dependabot[bot] 8f4180dc87
Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.2 (#1625)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.24.0 to 2.24.2.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.24.0...e6e25ac3a2b93187502a8be1ef9e9603afc34925)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Jowett <alanjo@microsoft.com>
2022-11-13 13:06:06 -07:00
dependabot[bot] e407cd852c
Bump step-security/harden-runner from 1.5.0 to 2.0.0 (#1626)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](2e205a28d0...ebacdc22ef)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-13 10:56:29 -07:00
Alan Jowett 6ef0ecc6ac
Fail load of native image if allocation fails (#1616)
Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Anurag Saxena <43585259+saxena-anurag@users.noreply.github.com>
2022-11-12 05:48:52 -08:00
Alan Jowett 5bd6f83bb0
Close handle via fd to prevent orphaned fd (#1623)
Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-11 18:23:01 -08:00
Anurag Saxena 9dec755e7b
netsh fix (#1619) 2022-11-11 16:58:55 -08:00
Alan Jowett 7326df2610
Rundown fd on _test_helper_end_to_end terminate (#1612)
Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-11 07:35:56 -07:00
Alan Jowett c3ab2a3bcc
Check for NULL return from ebpf_enumerate_sections and ebpf_api_elf_disassemble_section (#1606)
Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-11 09:40:53 +00:00
Alan Jowett ecff8ba827
Check for detached client before firing (#1608)
Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-11 08:39:30 +00:00
Alan Jowett e7302835b1
Annotate platform API's with _Must_inspect_result_ (#1564)
* Annotate platform API's with _Must_inspect_result_

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Fix code analysis failure

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Fix up rebase

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Fix rebase failure

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-11 06:44:20 +00:00
Alan Jowett 9b135208c1
Disable low memory tests until failures are resolved (#1604)
Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
2022-11-10 15:21:42 -07:00
saxena-anurag dd33ff08b2
Pre-allocate required memory for native module cleanup path (#1583)
* fix

* CR comments

* cr comments

Co-authored-by: Dave Thaler <dthaler@microsoft.com>
Co-authored-by: Alan Jowett <alanjo@microsoft.com>
2022-11-10 10:31:21 -07:00
Dhiren Vispute b599ee24fd
Add notes re. over-rides to LLVM coding style (#1546) (#1597)
Co-authored-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-10 15:44:47 +00:00
Dhiren Vispute 7f31b41763
Add details re. WinDbg's .kdfiles command to GettingStarted.md (#1493) (#1578)
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-10 15:04:41 +00:00
Dhiren Vispute 6af44399e2
Add Tracelogging to ebfcore driver (#1565) (#1566)
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
Co-authored-by: Alan Jowett <alanjo@microsoft.com>
2022-11-10 10:17:32 +00:00
Alan Jowett faa8197e6f
Resolve nmr_binding_handle to only in external calls (#1600)
* Resolve nmr_binding_handle to only in external calls

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

* Fix code analysis failure

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
2022-11-10 09:08:46 +00:00
Alan Jowett c95a90219e
Emulate driver verifier systematic low memory mode (#1512)
* Emulate driver verifier systematic low memory mode

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
2022-11-09 15:28:09 -07:00
dependabot[bot] 37255d41c8
Bump external/Catch2 from `ec59cd8` to `fdea5a5` (#1588)
Bumps [external/Catch2](https://github.com/catchorg/Catch2) from `ec59cd8` to `fdea5a5`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](ec59cd8736...fdea5a52c2)

---
updated-dependencies:
- dependency-name: external/Catch2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: saxena-anurag <43585259+saxena-anurag@users.noreply.github.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-09 14:12:33 -07:00
Dave Thaler bdd4df8c58
Fuzz test netebpfext helper(s) (#1467)
* Use netebpfext_user in fuzz testing

Address the helper function part of #1325

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix winsock inclusion issues

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix nmr implementation

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Update WDK path for more projects

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Disable ubpf warnings

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Cleanup

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix unit tests

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Make build install execution context fuzzer corpus

Filed #1505 to improve this

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix libfuzz harness

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix MBL use by core helper fuzzer

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix cmake build

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix user-mode NMR locking issue

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Extra debug statements

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* More fixes

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Cleanup

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

* Fix bad merge

Signed-off-by: Dave Thaler <dthaler@microsoft.com>

Signed-off-by: Dave Thaler <dthaler@microsoft.com>
Co-authored-by: saxena-anurag <43585259+saxena-anurag@users.noreply.github.com>
2022-11-08 09:31:04 +00:00
Delaram Amiri c2831aa3a0
dependabot's tracking for 'gitmodules' is failing (#1589)
* modify .gitmodules

* modify .gitmodules

* change .gitmodules
2022-11-07 20:09:10 -07:00
dependabot[bot] ac28f74a82
Bump external/ebpf-verifier from `8fe8394` to `355c34c` (#1587)
Bumps [external/ebpf-verifier](https://github.com/vbpf/ebpf-verifier) from `8fe8394` to `355c34c`.
- [Release notes](https://github.com/vbpf/ebpf-verifier/releases)
- [Commits](8fe8394281...355c34c95e)

---
updated-dependencies:
- dependency-name: external/ebpf-verifier
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 00:24:12 +00:00
Delaram Amiri 80d78c1d6d
modify yml file (#1585) 2022-11-07 23:10:31 +00:00
Alan Jowett 65c4418394
Add ebpf_assert_success and always evaluate ebpf_assert values (#1571)
* Add ebpf_assert_success and always evaluate ebpf_assert values

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-07 10:40:39 -07:00
dependabot[bot] a0e2e2a957
Bump external/ebpf-verifier from `05bca47` to `8fe8394` (#1579)
Bumps [external/ebpf-verifier](https://github.com/vbpf/ebpf-verifier) from `05bca47` to `8fe8394`.
- [Release notes](https://github.com/vbpf/ebpf-verifier/releases)
- [Commits](05bca47a82...8fe8394281)

---
updated-dependencies:
- dependency-name: external/ebpf-verifier
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-05 23:07:49 +00:00
dependabot[bot] ab1c918178
Bump github/codeql-action from 2.1.30 to 2.1.31 (#1580)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.30 to 2.1.31.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](18fe527fa8...c3b6fce4ee)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-05 13:48:32 -06:00
dependabot[bot] 43d44dfd28
Bump github/codeql-action from 2.1.29 to 2.1.30 (#1574)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.29 to 2.1.30.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](ec3cf9c605...18fe527fa8)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: saxena-anurag <43585259+saxena-anurag@users.noreply.github.com>
2022-11-05 11:30:11 -07:00
dependabot[bot] d392de86a4
Bump external/ebpf-verifier from `c2a4edc` to `05bca47` (#1575)
Bumps [external/ebpf-verifier](https://github.com/vbpf/ebpf-verifier) from `c2a4edc` to `05bca47`.
- [Release notes](https://github.com/vbpf/ebpf-verifier/releases)
- [Commits](c2a4edcb3a...05bca47a82)

---
updated-dependencies:
- dependency-name: external/ebpf-verifier
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: saxena-anurag <43585259+saxena-anurag@users.noreply.github.com>
2022-11-04 22:12:57 -07:00
dependabot[bot] c800b368c5
Bump external/Catch2 from `b56c474` to `ec59cd8` (#1576)
Bumps [external/Catch2](https://github.com/catchorg/Catch2) from `b56c474` to `ec59cd8`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](b56c474260...ec59cd8736)

---
updated-dependencies:
- dependency-name: external/Catch2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-04 20:25:22 -07:00
Alan Jowett fcbe12a22b
Check for null before comparing strings from libbpf_bpf_prog_type_str (#1560)
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
2022-11-03 08:58:12 -07:00
Alan Jowett 365fa4b4b2
Fix double close of fd in api_test.exe (#1554)
* Fix double close of fd in api_test.exe

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
2022-11-03 09:21:10 -06:00
Alan Jowett c71c5a67c6
Check ebpf_epoch_enter return code and stop if it fails (#1558)
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
2022-11-02 20:02:55 -06:00
saxena-anurag f1ce125024
api_fix (#1561) 2022-11-02 17:01:48 -07:00
Alan Jowett acb1d4373d
Correctly unwind async state on failure (#1556)
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
2022-11-02 17:16:57 -06:00
Alan Jowett ee8da616b7
Remove failures on ebpf_hash_table_delete path due to low memory (#1550)
* Eliminate failure in map_delete_elem under low memory

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Doc update

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Fix wrong free

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* PR feedback

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-11-02 11:38:47 -06:00
Gianni Trevisiol 477150a08c
Updated deprecated actions. (#1551)
Co-authored-by: saxena-anurag <43585259+saxena-anurag@users.noreply.github.com>
2022-11-02 06:29:51 -07:00
saxena-anurag e7d14cafd5
fix (#1548) 2022-11-01 14:31:35 -07:00
Gianni Trevisiol 1a5587785b
Added clarifications to `InstallEpf.md` (#1549)
* Added clarifications.

* Misc updates.

Co-authored-by: saxena-anurag <43585259+saxena-anurag@users.noreply.github.com>
2022-11-01 08:25:53 -07:00
Dhiren Vispute a96025afd4
Replace KdPrintEx calls (n NetEbpfExt) with Trace logging calls (#1466) (#1536)
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2022-10-31 16:47:32 -07:00
Alan Jowett 3978ce4780
More low memory fixes (#1544)
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
2022-10-30 09:52:28 -07:00
dependabot[bot] 2a44dfd3b4
Bump external/Catch2 from `6185d0c` to `b56c474` (#1538)
Bumps [external/Catch2](https://github.com/catchorg/Catch2) from `6185d0c` to `b56c474`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](6185d0cc0a...b56c474260)

---
updated-dependencies:
- dependency-name: external/Catch2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
Co-authored-by: Alan Jowett <alanjo@microsoft.com>
2022-10-29 16:22:26 -06:00
Alan Jowett bf21e43843
Fix crash in ebpf_program_info_free under low memory (#1540)
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: saxena-anurag <43585259+saxena-anurag@users.noreply.github.com>
2022-10-29 13:22:49 -06:00
dependabot[bot] 022209e859
Bump external/ebpf-verifier from `e713e5a` to `c2a4edc` (#1539)
Bumps [external/ebpf-verifier](https://github.com/vbpf/ebpf-verifier) from `e713e5a` to `c2a4edc`.
- [Release notes](https://github.com/vbpf/ebpf-verifier/releases)
- [Commits](e713e5ac67...c2a4edcb3a)

---
updated-dependencies:
- dependency-name: external/ebpf-verifier
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-29 11:28:12 -07:00
Alan Jowett d79292a197
Fix double free in _load_program_data_information (#1535)
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
2022-10-29 09:09:15 -07:00
dependabot[bot] df3013ae38
Bump andstor/file-existence-action from 1.1.0 to 2.0.0 (#1532)
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/andstor/file-existence-action/releases)
- [Commits](f02338908d...20b4d2e596)

---
updated-dependencies:
- dependency-name: andstor/file-existence-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: saxena-anurag <43585259+saxena-anurag@users.noreply.github.com>
2022-10-28 17:35:42 -07:00
dependabot[bot] dfadfd8618
Bump github/codeql-action from 2.1.28 to 2.1.29 (#1533)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.28 to 2.1.29.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](cc7986c02b...ec3cf9c605)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-28 16:20:12 -07:00